소스 검색

Merge pull request #3058 from igorashs/patch-1

Fix typo in Vector2 description
Hugo Locurcio 5 년 전
부모
커밋
24aa74eb89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
-accessed as array.
+accessed as an array.
 
 :ref:`Rect2 <class_Rect2>`
 ^^^^^^^^^^^^^^^^^^^^^^^^^^