Merge pull request #56 from jerry-james/win-overview-word-fix

Changes a 'than' to 'then' in win-overview-scrbl
This commit is contained in:
John Clements 2016-12-02 16:45:01 -08:00 committed by GitHub
commit 871e81e0e2

View File

@ -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