瀏覽代碼

Merge pull request #42227 from Calinou/doc-array-fix-typo

Fix a typo in the Array class documentation
Rémi Verschelde 5 年之前
父節點
當前提交
17b047bd30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/Array.xml

+ 1 - 1
doc/classes/Array.xml

@@ -292,7 +292,7 @@
 			<return type="Variant">
 			</return>
 			<description>
-				Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty, wwithout printing an error message.
+				Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty, without printing an error message.
 			</description>
 		</method>
 		<method name="push_back">