fixed consistency

svn: r10730
This commit is contained in:
John Clements 2008-07-12 23:02:21 +00:00
parent 47bed6d1e7
commit e34d52fbfe

View File

@ -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, Creates and displays a @scheme[width] x @scheme[height] canvas,
starts the clock, starts the clock,
makes it tick every n seconds, makes it tick every @scheme[r] seconds,
and makes @scheme[w] the current world. and makes @scheme[world0] the current world.
If it is called with five instead of four arguments and the last one If it is called with five instead of four arguments and the last one
(@scheme[animated-gif?]) is @scheme[true], the teachpack allows the (@scheme[animated-gif?]) is @scheme[true], the teachpack allows the
generation of images from the animation, including an animated GIF image. } generation of images from the animation, including an animated GIF image. }