fixed doc bug

svn: r16251
This commit is contained in:
Matthias Felleisen 2009-10-06 13:44:49 +00:00
parent cf33a9e294
commit 6406e6e97c

View File

@ -370,10 +370,10 @@ All @tech{MouseEvent}s are represented via strings:
]
@defproc[(mouse-event? [x any]) boolean?]{
determines whether @scheme[x] is a @tech{KeyEvent}}
determines whether @scheme[x] is a @tech{MouseEvent}}
@defproc[(mouse=? [x mouse-event?][y mouse-event?]) boolean?]{
compares two @tech{KeyEvent} for equality}
compares two @tech{MouseEvent}s for equality}
@defform[(on-mouse clack-expr)
#:contracts