From e34d52fbfee5c13fa188bc0fe9d13e6e871854c6 Mon Sep 17 00:00:00 2001 From: John Clements Date: Sat, 12 Jul 2008 23:02:21 +0000 Subject: [PATCH] fixed consistency svn: r10730 --- collects/teachpack/htdp/scribblings/world.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/teachpack/htdp/scribblings/world.scrbl b/collects/teachpack/htdp/scribblings/world.scrbl index 35730d6d27..a4760e620d 100644 --- a/collects/teachpack/htdp/scribblings/world.scrbl +++ b/collects/teachpack/htdp/scribblings/world.scrbl @@ -99,8 +99,8 @@ which is called every time your program should visualize the current world. )]{ Creates and displays a @scheme[width] x @scheme[height] canvas, starts the clock, - makes it tick every n seconds, - and makes @scheme[w] the current world. + makes it tick every @scheme[r] seconds, + and makes @scheme[world0] the current world. If it is called with five instead of four arguments and the last one (@scheme[animated-gif?]) is @scheme[true], the teachpack allows the generation of images from the animation, including an animated GIF image. }