Skip to content

Commit

Permalink
Fix godot list -> godot Array.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Sep 17, 2024
1 parent 642e2ec commit 30b6d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-use/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NumDot arrays have several properties that give useful information about the arr
Indexing and Slicing
--------------------
NumDot arrays can be indexed and sliced similarly to godot lists, but with more powerful capabilities.
NumDot arrays can be indexed and sliced similarly to godot Arrays, but with more powerful capabilities.

.. code-block:: gdscript
Expand Down

0 comments on commit 30b6d81

Please sign in to comment.