typo fixed

svn: r14908
This commit is contained in:
Matthias Felleisen 2009-05-21 20:40:46 +00:00
parent 5db9f1c03c
commit 5ed62e665b

View File

@ -341,7 +341,7 @@ Second, some keys have multiple-character string representations. Strings
@item{ A @tech{MouseEvent} represents mouse events, e.g., mouse movements @item{ A @tech{MouseEvent} represents mouse events, e.g., mouse movements
or mouse clicks, by the computer's user. or mouse clicks, by the computer's user.
@deftech{MouseEvent} : @scheme[(one-of/c 'button-down 'button-up 'drag 'move 'enter 'leave)] @deftech{MouseEvent} : @scheme[(one-of/c "button-down" "button-up" "drag" "move" "enter" "leave")]
All @tech{MouseEvent}s are represented via strings: All @tech{MouseEvent}s are represented via strings:
@itemize[ @itemize[