Fixing spacing.

This commit is contained in:
Mike Hillyer
2023-03-11 09:00:08 -05:00
parent e028d6118c
commit 8cb57ef698
+1 -1
View File
@@ -55,7 +55,7 @@ Functions, conditionals and loops alwyas end with "end"
```lua
if x == 2 then
y = 6
y = 6
end
function dostuff(things)