mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #42227 from Calinou/doc-array-fix-typo
Fix a typo in the Array class documentation
This commit is contained in:
commit
17b047bd30
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user