From b5ffd1cf21ff036bc90d43f633e9fce88a267bec Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 29 Jul 2010 06:56:16 -0500 Subject: [PATCH] fix doc typo original commit: 78751b982a359855ffa48e3bedac9425dc980068 --- collects/scribblings/gui/blurbs.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/blurbs.rkt b/collects/scribblings/gui/blurbs.rkt index 577c399e..ae2818d6 100644 --- a/collects/scribblings/gui/blurbs.rkt +++ b/collects/scribblings/gui/blurbs.rkt @@ -63,7 +63,7 @@ handling an unspecified number of events; the menu may still be popped up when this method returns. If a menu item is selected from the popup-menu, the callback for the menu item is called. (The - eventspace for menu item's callback is the @|what|'s eventspace.)} + eventspace for the menu item's callback is the @|what|'s eventspace.)} @p{While the menu is popped up, its target is set to the @|other|. See @method[popup-menu% get-popup-target]