mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
Merge pull request #21841 from char0xff/fix-array
Fix mistake in Array.xml
This commit is contained in:
commit
0f6803ea77
@ -221,7 +221,7 @@
|
||||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last) and return reference to the array.
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="max">
|
||||
|
Loading…
Reference in New Issue
Block a user