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")}