Browse Source

Fix spelling in demo script

Andy Maloney 2 years ago
parent
commit
c721b62c2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/demo/main.gd

+ 1 - 1
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)