From 67472040a9081e1f34b557f4c32f642e8d688e38 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 20 Jan 2010 11:32:21 -0800 Subject: [PATCH] adjust game.worlds docs language --- extra/game/worlds/worlds-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/game/worlds/worlds-docs.factor b/extra/game/worlds/worlds-docs.factor index c94126bfb0..47eb81c2fa 100644 --- a/extra/game/worlds/worlds-docs.factor +++ b/extra/game/worlds/worlds-docs.factor @@ -50,6 +50,6 @@ ARTICLE: "game.worlds" "Game worlds" end-game-world tick-game-world } -"Additionally, the standard " { $snippet "world" } " generics " { $link draw-world* } " and " { $link resize-world } " can also be given methods to draw the window contents and handle resize events. The " { $snippet "draw-world*" } " method will be invoked in a tight loop by the game loop." ; +"The standard " { $snippet "world" } " generics " { $link draw-world* } " and " { $link resize-world } " can also be given methods to draw the window contents and handle resize events. The " { $snippet "draw-world*" } " method will be invoked in a tight loop by the game loop to update the screen." ; ABOUT: "game.worlds"