LuaAPI: add space in header
authorWuzzy
Thu, 03 Jan 2019 15:20:20 +0000
changeset 1699 4eea5f6707d9
parent 1698 656ec7e0067e
child 1700 ef1f9ddfe5e2
LuaAPI: add space in header
LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Jan 02 16:37:12 2019 +0000
+++ b/LuaAPI.wiki	Thu Jan 03 15:20:20 2019 +0000
@@ -1579,7 +1579,7 @@
 -- Disable the “Incoming” sound from being played</code>
 
 == File system functions ==
-=== <tt>!HedgewarsScriptLoad(scriptPath [,mustExist])</tt> ===
+=== <tt>!HedgewarsScriptLoad(scriptPath [, mustExist])</tt> ===
 Loads a script (i.e. a [LuaLibraries library]) from the specified `scriptPath`. The root directory is here Hedgewars’ data directory. There will be a Lua error if the script does not exist.
 
 If `mustExist` is `false`, no Lua error will happen even when the script does not exist.