# HG changeset patch
# User Wuzzy
# Date 1480198274 0
# Node ID aa5d58152f50bf61b51f76f145594d0db2bf1a31
# Parent  76cfd320603dbdfaaabe12d782d5c262e3c34af1
LuaLibraries: Fix hierarchy of AddSkipFunction

diff -r 76cfd320603d -r aa5d58152f50 LuaLibraries.wiki
--- a/LuaLibraries.wiki	Sat Nov 26 21:30:04 2016 +0000
+++ b/LuaLibraries.wiki	Sat Nov 26 22:11:14 2016 +0000
@@ -188,7 +188,7 @@
 ==== `RemoveAnim(steps)` ====
 Removes `steps` from the animations array.
 
-=== `AddSkipFunction(anim, func, args)` ===
+==== `AddSkipFunction(anim, func, args)` ====
 Adds `func` to the array of functions used to skip animations, associating it with `anim`. When the animation is skipped (see below), the function is called with `args` as arguments.
 Example:
 <code language="lua">AddSkipFunc(cinem, SkipCinem, {})</code>