From 90908a08fa60bdda3d503b407fc7c52d883508ba Mon Sep 17 00:00:00 2001 From: Rodolfo Henrique Carvalho Date: Tue, 5 Jun 2012 05:21:14 -0300 Subject: [PATCH] Fix minor typo original commit: 1b5069f47a2315982e13c3ca1249f71f61036e19 --- collects/scribblings/gui/combo-field-class.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/combo-field-class.scrbl b/collects/scribblings/gui/combo-field-class.scrbl index e092ab4d..db087ce8 100644 --- a/collects/scribblings/gui/combo-field-class.scrbl +++ b/collects/scribblings/gui/combo-field-class.scrbl @@ -77,7 +77,7 @@ Adds a new item to the combo's popup menu. The given label is used for @defmethod[(get-menu) (is-a?/c popup-menu%)]{ 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, or separators are ignored. }