mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix two code lines wrapped in a single one
This commit is contained in:
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user