# HG changeset patch # User Wuzzy # Date 1525304444 -3600 # Node ID 3a6e995ec04104ac1f93e1171fe79ab3670a03f1 # Parent 93a09090d23f6f4be84c71969d5a0fa2aad631b0 LuaLibraryAnimate: fix missing bracket diff -r 93a09090d23f -r 3a6e995ec041 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: