# HG changeset patch
# User Wuzzy
# Date 1525304388 -3600
# Node ID 93a09090d23f6f4be84c71969d5a0fa2aad631b0
# Parent  1edf2e41b626f2cd57b1037c8bbd54098c165164
LuaLibraryAnimate: fix link

diff -r 1edf2e41b626 -r 93a09090d23f LuaLibraryAnimate.wiki
--- 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`.