LuaLibraries: fix backtick syntax
authorWuzzy
Thu, 24 Nov 2016 20:34:43 +0000
changeset 934 dd382ad56f7e
parent 933 404dfa2f8a23
child 935 97361ff66b78
LuaLibraries: fix backtick syntax
LuaLibraries.wiki
--- a/LuaLibraries.wiki	Thu Nov 24 20:33:28 2016 +0000
+++ b/LuaLibraries.wiki	Thu Nov 24 20:34:43 2016 +0000
@@ -52,7 +52,7 @@
 ==== `loc_noop(text)` (0.9.23) ====
 Just returns `text`. This function has the same syntax as `loc`. Like for `loc`, the text will be collected to be made available for translation.
 
-You can use this function if you want a make a string available for translation but don't want the string to be translated right now. This can come in handy if you need to store strings in variables and want do something like ´loc(variable_name)` later.
+You can use this function if you want a make a string available for translation but don't want the string to be translated right now. This can come in handy if you need to store strings in variables and want do something like `loc(variable_name)` later.
 
 == Utils ==