# HG changeset patch # User Wuzzy # Date 1460230169 -3600 # Node ID 0b400b3e05cc756cb460281932d2e242c82bd398 # Parent 30cc2f85c5e754a65a1d34a6062cdae61c985027 LuaLibraries: fix comment 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"