typo in world doc

svn: r4805
This commit is contained in:
Matthias Felleisen 2006-11-07 23:15:38 +00:00
parent 9b02aa9cf7
commit 6b80bd355c

View File

@ -37,12 +37,13 @@ students to simulate a small world of animated drawings and games:
World) -> true</code><br> <code>(on-mouse-event clack)</code> means that
DrScheme must call <code>clack</code> on the current world, the current
<code>x</code> and <code>y</code> 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
<pre>
<code>
;; 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:
<p>Finally, the teachpack provides all the functions that image.ss provides
except <code>add-line</code>, which has a slightly different functionality.</p>
{(include "foot.tinc")}