LuaAPI: fix *
authorWuzzy
Mon, 03 Dec 2018 22:59:29 +0000
changeset 1632 4c982152eb2e
parent 1631 50432569b972
child 1633 4d62b31cddef
LuaAPI: fix *
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Dec 03 22:59:01 2018 +0000
+++ b/LuaAPI.wiki	Mon Dec 03 22:59:29 2018 +0000
@@ -73,7 +73,7 @@
 The following variables are made available by Hedgewars in Lua and can be used to quickly query a value. Lua scripts schould normally *not* write to these variables, only read from them.
 
 === General variables and constants ===
-Here are some unsorted variables or constants which are available in Lua. **Consider these variables to be read-only.**
+Here are some unsorted variables or constants which are available in Lua. *Consider these variables to be read-only.*
 
 || *Identifier* || *Description* ||
 || `LOCALE` || Current locale identifier (e.g. “de” for German) ||