From 088279f8e24e1586f2388cbca1894873d0639842 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 13 Jan 2020 09:34:48 +0200 Subject: [PATCH] Fix typo in Vector2 description --- getting_started/scripting/gdscript/gdscript_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/scripting/gdscript/gdscript_basics.rst b/getting_started/scripting/gdscript/gdscript_basics.rst index 4c4febf45..a69936551 100644 --- a/getting_started/scripting/gdscript/gdscript_basics.rst +++ b/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 ` ^^^^^^^^^^^^^^^^^^^^^^^^^^