Browse Source

Merge pull request #66799 from xarses/remove-dangling-os-datetime-ref

Remove reference in OS to date and time functions
Rémi Verschelde 2 năm trước cách đây
mục cha
commit
52c2a6b564
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -4,7 +4,7 @@
 		Operating System functions.
 	</brief_description>
 	<description>
-		Operating System functions. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, date and time, timers, environment variables, execution of binaries, command line, etc.
+		Operating System functions. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc.
 	</description>
 	<tutorials>
 		<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>