Fix a typo in the Array class documentation
This closes https://github.com/godotengine/godot-docs/issues/4049.
This commit is contained in:
parent
8039978110
commit
603eddce86
@ -292,7 +292,7 @@
|
|||||||
<return type="Variant">
|
<return type="Variant">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
Loading…
Reference in New Issue
Block a user