Merge pull request #42227 from Calinou/doc-array-fix-typo

Fix a typo in the Array class documentation
This commit is contained in:
Rémi Verschelde
2020-09-21 18:43:49 +02:00
committed by GitHub
+1 -1
View File
@@ -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">