瀏覽代碼

Merge pull request #50736 from JulienVanelian/msec-doc-typo-fix

Fix delay_msec documentation description typo
Rémi Verschelde 4 年之前
父節點
當前提交
5de991d57c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -54,7 +54,7 @@
 			<argument index="0" name="msec" type="int">
 			<argument index="0" name="msec" type="int">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="delay_usec" qualifiers="const">
 		<method name="delay_usec" qualifiers="const">