From cbd0f31800da4ca98674703e44edb854b87f0611 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 13 Jun 2011 18:00:29 -0400 Subject: [PATCH] Fix another GUI typo --- collects/scribblings/gui/eventspace-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/eventspace-funcs.scrbl b/collects/scribblings/gui/eventspace-funcs.scrbl index 99404f5bf1..d9ec93671e 100644 --- a/collects/scribblings/gui/eventspace-funcs.scrbl +++ b/collects/scribblings/gui/eventspace-funcs.scrbl @@ -230,7 +230,7 @@ Attempting to use certain methods of windows and timers in a shut-down } @defproc[(eventspace-handler-thread [e eventspace?]) - (or/c thread #f)]{ + (or/c thread? #f)]{ Returns the handler thread of the given eventspace. If the handler thread has terminated (e.g., because the eventspace was shut down), the result is @scheme[#f].