summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Woodward <xarses@gmail.com>2022-10-03 00:14:53 -0700
committerAndrew Woodward <xarses@gmail.com>2022-10-04 08:31:28 -0700
commit5458b14c439a040f75927fe61b31be680ad71972 (patch)
tree309c250282c9880e8a98986258f5f68f400914a8 /doc
parent0056acf46fc88757cae9d9f6fe9805f0eec1cd09 (diff)
Remove reference in OS to date and time functions
Since they moved to Time
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index bc6ac8012f..15b3d4958c 100644
--- a/doc/classes/OS.xml
+++ b/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>