diff -r 30cc2f85c5e7 -r 0b400b3e05cc LuaLibraries.wiki --- a/LuaLibraries.wiki Sat Apr 09 20:28:52 2016 +0100 +++ b/LuaLibraries.wiki Sat Apr 09 20:29:29 2016 +0100 @@ -39,7 +39,7 @@ These are all _incorrect_ usages of the `loc` function: local l -l = loc( "Hello World") -- Contains space. This is valid Lua code but +l = loc( "Hello World") -- Contains space l = loc ("Hello World") -- Contains space l = loc('Hello World') -- Not double quotes local str = "Hello World"