From 1e49b6299a3991985baff2699a39cdda83aee178 Mon Sep 17 00:00:00 2001 From: Distrikt64 <8573006+JulienVanelian@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:38:19 +0200 Subject: [PATCH] Fix msec documentation description typo (cherry picked from commit 44eb041d607f71c40cb3c30ffb8e0d80d342a1fc) --- doc/classes/OS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 5ce0440aa94..b69e0539437 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -56,7 +56,7 @@ - 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.