Fix minor typo

original commit: 1b5069f47a2315982e13c3ca1249f71f61036e19
This commit is contained in:
Rodolfo Henrique Carvalho 2012-06-05 05:21:14 -03:00 committed by Vincent St-Amour
parent 84732c0ac6
commit 90908a08fa

View File

@ -77,7 +77,7 @@ Adds a new item to the combo's popup menu. The given label is used for
@defmethod[(get-menu) @defmethod[(get-menu)
(is-a?/c popup-menu%)]{ (is-a?/c popup-menu%)]{
Returns a @racket[popup-menu%] that is effectively copied into the Returns a @racket[popup-menu%] that is effectively copied into the
combo's popup menu when the combo is clicked. Only the labels can combo's popup menu when the combo is clicked. Only the labels and
callbacks of the menu's items are used; the enable state, submenus, callbacks of the menu's items are used; the enable state, submenus,
or separators are ignored. or separators are ignored.
} }