From ca9d0988ab3a29bb6151dc61245f9582eeb197e1 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 1 Dec 2016 12:27:45 -0700 Subject: [PATCH] Changes a 'than' to 'then' --- gui-doc/scribblings/gui/win-overview.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-doc/scribblings/gui/win-overview.scrbl b/gui-doc/scribblings/gui/win-overview.scrbl index 49d51c18..b3811985 100644 --- a/gui-doc/scribblings/gui/win-overview.scrbl +++ b/gui-doc/scribblings/gui/win-overview.scrbl @@ -938,7 +938,7 @@ Whenever the system dispatches an event, the call to the handler is any captured continuation includes the invocation of the @tech{event dispatch handler}. -For example, if a button callback raises an exception, than the abort +For example, if a button callback raises an exception, then the abort performed by the default exception handler returns to the event-dispatch point, rather than terminating the program or escaping past an enclosing @racket[(yield)]. If @racket[with-handlers] wraps a @racket[(yield)] that