Browse Source

Fix a typo in the Array class documentation

This closes https://github.com/godotengine/godot-docs/issues/4049.
Hugo Locurcio 5 năm trước cách đây
mục cha
commit
603eddce86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">