LuaLibraries: fix comment
authorWuzzy
Sat, 09 Apr 2016 20:29:29 +0100
changeset 868 0b400b3e05cc
parent 867 30cc2f85c5e7
child 869 a09b1abfe5e8
LuaLibraries: fix comment
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:
 <code language="lua">
 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"