From 5d427ec99b278bd8f7512bfbad742eee52fe89c4 Mon Sep 17 00:00:00 2001 From: Alan Ageev Date: Sat, 25 Dec 2021 21:58:31 +0300 Subject: [PATCH] fix: readme typo (Vecotor2 => Vector2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd9854a..ebd65cbf 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Dictionary | Object NodePath | string Object | godot.Object Resource | godot.Resource -Vector2 | godot.Vecotor2 +Vector2 | godot.Vector2 Color | godot.Color sin(v)| godot.sin(v) print(v)| godot.print(v)