Skip to content

Commit

Permalink
Fix typo in sort() method description
Browse files Browse the repository at this point in the history
  • Loading branch information
edassis committed Jul 27, 2024
1 parent 607b230 commit 3d7b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
<method name="sort">
<return type="void" />
<description>
Sorts the array in ascending order. The final order is dependent on the "less than" ([code]&gt;[/code]) comparison between elements.
Sorts the array in ascending order. The final order is dependent on the "less than" ([code]&lt;[/code]) comparison between elements.
[codeblocks]
[gdscript]
var numbers = [10, 5, 2.5, 8]
Expand Down

0 comments on commit 3d7b2c9

Please sign in to comment.