]> gitweb.factorcode.org Git - factor.git/commitdiff
game.loop: Fix docs.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Jun 2013 14:00:58 +0000 (07:00 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 19 Jun 2013 14:00:58 +0000 (07:00 -0700)
extra/game/loop/loop-docs.factor

index c42e39e17ba345aa6dc4c6adf1d314e527cff6a9..460c25ceba15daafbe2c4db7fe11b8fa118e02ce 100644 (file)
@@ -39,7 +39,7 @@ $nl
 
 HELP: game-loop-error
 { $values
-    { "game-loop" game-loop } { "error" "an error object" }
+    { "error" "an error object" } { "game-loop" game-loop }
 }
 { $description "If an uncaught error is thrown from inside a game loop delegate's " { $link tick* } " or " { $link draw* } ", the game loop will catch the error, stop the game loop, and rethrow an error of this class." } ;