classref: Sync with current master branch (3978628)

This commit is contained in:
Godot Organization
2024-08-03 03:20:15 +00:00
parent 2886f9b8b6
commit 12846af678
9 changed files with 46 additions and 8 deletions

View File

@@ -1256,7 +1256,7 @@ If ``deep`` is ``true``, all nested **Array** and :ref:`Dictionary<class_Diction
|void| **sort**\ (\ ) :ref:`🔗<class_Array_method_sort>`
Sorts the array in ascending order. The final order is dependent on the "less than" (``>``) comparison between elements.
Sorts the array in ascending order. The final order is dependent on the "less than" (``<``) comparison between elements.
.. tabs::