Browse Source

Fix typo in Vector2 description

Igor 5 years ago
parent
commit
088279f8e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/scripting/gdscript/gdscript_basics.rst

+ 1 - 1
getting_started/scripting/gdscript/gdscript_basics.rst

@@ -382,7 +382,7 @@ Vector built-in types
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 
 2D vector type containing ``x`` and ``y`` fields. Can also be
 2D vector type containing ``x`` and ``y`` fields. Can also be
-accessed as array.
+accessed as an array.
 
 
 :ref:`Rect2 <class_Rect2>`
 :ref:`Rect2 <class_Rect2>`
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^