LuaLibraryAnimate: fix missing bracket
authorWuzzy
Thu, 03 May 2018 00:40:44 +0100
changeset 1386 3a6e995ec041
parent 1385 93a09090d23f
child 1387 8d095c221b3d
LuaLibraryAnimate: fix missing bracket
LuaLibraryAnimate.wiki
--- a/LuaLibraryAnimate.wiki	Thu May 03 00:39:48 2018 +0100
+++ b/LuaLibraryAnimate.wiki	Thu May 03 00:40:44 2018 +0100
@@ -127,7 +127,7 @@
 === `AnimWait(gear, time)` ===
 Increases the wait time by `time`. `gear` is just for compatibility with `ShowAnimation`.
 
-=== `AnimSay(gear, text, manner, time` ===
+=== `AnimSay(gear, text, manner, time)` ===
 Calls `HogSay` with the first three arguments and increses the wait time by `time`.
 
 Example: