From 8cb57ef698ef402f2849286f6f73cb4f7baa8a3c Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Sat, 11 Mar 2023 09:00:08 -0500 Subject: [PATCH] Fixing spacing. --- docs/guide/subs/lua_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/subs/lua_resources.md b/docs/guide/subs/lua_resources.md index b1c4da3c..df772986 100644 --- a/docs/guide/subs/lua_resources.md +++ b/docs/guide/subs/lua_resources.md @@ -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)