]> gitweb.factorcode.org Git - factor.git/commitdiff
adjust wording in game.loop docs
authorJoe Groff <arcata@gmail.com>
Sun, 21 Feb 2010 05:58:09 +0000 (21:58 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 21 Feb 2010 05:58:09 +0000 (21:58 -0800)
extra/game/loop/loop-docs.factor

index e4946d160c2a94f21eb7257c685d4f5f8b7c1716..b48f01cd82138197e7da2b05d31c7d65603e4f2b 100644 (file)
@@ -109,13 +109,13 @@ ARTICLE: "game.loop" "Game loops"
     start-loop
     stop-loop
 }
-"The game loop maintains performance counters for measuring drawing frames and ticks per second:"
+"The game loop maintains performance counters:"
 { $subsections
     reset-loop-benchmark
     benchmark-frames-per-second
     benchmark-ticks-per-second
 }
-"The game loop manages errors that occur in the delegate's methods during the course of the game loop:"
+"The game loop catches errors that occur in the delegate's methods during the course of the game loop:"
 { $subsections
     game-loop-error
 }