LuaAPI.wiki
changeset 1699 4eea5f6707d9
parent 1697 699a39df73c5
child 1700 ef1f9ddfe5e2
--- 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.