diff options
author | Distrikt64 <8573006+JulienVanelian@users.noreply.github.com> | 2021-07-22 16:38:19 +0200 |
---|---|---|
committer | Distrikt64 <8573006+JulienVanelian@users.noreply.github.com> | 2021-07-22 16:38:19 +0200 |
commit | 44eb041d607f71c40cb3c30ffb8e0d80d342a1fc (patch) | |
tree | 2e9c82102c74ad89bb2c0b24c318ffd6c6ba2a79 /doc | |
parent | 7a6d77ec9ed166ea0fb8bd5d68bcbbf8207ef3b6 (diff) |
Fix msec documentation description typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index a9396306f4..4cbbf4e238 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -54,7 +54,7 @@ <argument index="0" name="msec" type="int"> </argument> <description> - Delay execution of the current thread by [code]msec[/code] milliseconds. [code]usec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message. + Delay execution of the current thread by [code]msec[/code] milliseconds. [code]msec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message. </description> </method> <method name="delay_usec" qualifiers="const"> |