--- a/LuaLibraryAnimate.wiki Thu May 03 00:29:52 2018 +0100
+++ b/LuaLibraryAnimate.wiki Thu May 03 00:39:48 2018 +0100
@@ -119,10 +119,10 @@
Switches to `gear` and follows it.
=== `AnimGiveState(gear, state)` ===
-Adds the [GearStates gear state] `state` to `gear`.
+Adds the [States gear state] `state` to `gear`.
=== `AnimRemoveState(gear, state)` ===
-Removes the [GearStates gear state] `state` from `gear`.
+Removes the [States gear state] `state` from `gear`.
=== `AnimWait(gear, time)` ===
Increases the wait time by `time`. `gear` is just for compatibility with `ShowAnimation`.