Fix two code lines wrapped in a single one

This commit is contained in:
Nathan Lovato
2020-09-03 10:55:38 -06:00
parent e5d0fa4d67
commit a74cf9ac21

View File

@@ -82,7 +82,8 @@ here's a simple example of how GDScript looks.
param2 -= 1
match param3:
3: print("param3 is 3!")
3:
print("param3 is 3!")
_:
print("param3 is not 3!")