mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #94842 from edassis/master
Fix typo in Array's `sort()` method description
This commit is contained in:
commit
c2bf146fb6
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@
|
||||||
<method name="sort">
|
<method name="sort">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Sorts the array in ascending order. The final order is dependent on the "less than" ([code]>[/code]) comparison between elements.
|
Sorts the array in ascending order. The final order is dependent on the "less than" ([code]<[/code]) comparison between elements.
|
||||||
[codeblocks]
|
[codeblocks]
|
||||||
[gdscript]
|
[gdscript]
|
||||||
var numbers = [10, 5, 2.5, 8]
|
var numbers = [10, 5, 2.5, 8]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue