소스 검색

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">