From 6b80bd355ccaa5bed69442735ef893700cb550b3 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 7 Nov 2006 23:15:38 +0000 Subject: [PATCH] typo in world doc svn: r4805 --- collects/teachpack/htdp/Docs/world.thtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/teachpack/htdp/Docs/world.thtml b/collects/teachpack/htdp/Docs/world.thtml index f958295a4c..c03db5167e 100644 --- a/collects/teachpack/htdp/Docs/world.thtml +++ b/collects/teachpack/htdp/Docs/world.thtml @@ -37,12 +37,13 @@ students to simulate a small world of animated drawings and games: World) -> true
(on-mouse-event clack) means that DrScheme must call clack on the current world, the current x and y coordinates of the mouse, and and a - (representation of the) mouseevent for every action of the mouse the programmer - (user of the computer) makes; it uses the result as the next world + (representation of the) mouse event for every action of the mouse the + programmer (user of the computer) makes; it uses the result as the next + world
 
-  ;; A MouseEventType is one of:
+  ;; A MouseEvent is one of:
   ;; - 'button-down
   ;; - 'button-up
   ;; - 'drag
@@ -98,5 +99,4 @@ students to simulate a small world of animated drawings and games:
 

Finally, the teachpack provides all the functions that image.ss provides except add-line, which has a slightly different functionality.

- {(include "foot.tinc")}