From c721b62c2f5d41ba9cf3d91475d716482e5caf67 Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Tue, 10 Jan 2023 12:02:46 -0500 Subject: [PATCH] Fix spelling in demo script --- test/demo/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/demo/main.gd b/test/demo/main.gd index 5238753a..671a879c 100644 --- a/test/demo/main.gd +++ b/test/demo/main.gd @@ -59,7 +59,7 @@ func _ready(): $Example.group_subgroup_custom_position = Vector2(50, 50) prints(" custom position now is", $Example.group_subgroup_custom_position) - prints("Constnts") + prints("Constants") prints(" FIRST", $Example.FIRST) prints(" ANSWER_TO_EVERYTHING", $Example.ANSWER_TO_EVERYTHING) prints(" CONSTANT_WITHOUT_ENUM", $Example.CONSTANT_WITHOUT_ENUM)