1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Fix a typo in the Array class documentation

This closes https://github.com/godotengine/godot-docs/issues/4049.

(cherry picked from commit 603eddce86)
This commit is contained in:
Hugo Locurcio
2020-09-21 17:03:14 +02:00
committed by Rémi Verschelde
parent c11edbdcb3
commit e07ac3d77e

View File

@@ -264,7 +264,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">