From 6a4608ec8999214d3793db110b15b95e3634d5e2 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 19 Jun 2013 07:00:58 -0700 Subject: [PATCH] game.loop: Fix docs. --- extra/game/loop/loop-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/game/loop/loop-docs.factor b/extra/game/loop/loop-docs.factor index c42e39e17b..460c25ceba 100644 --- a/extra/game/loop/loop-docs.factor +++ b/extra/game/loop/loop-docs.factor @@ -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." } ;