--- 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 ==