Fix GUI doc typo reported by Kieron Hardy

Closes PR 12830

Merge to v5.3
(cherry picked from commit e0e5f7dd28)
This commit is contained in:
Asumu Takikawa 2012-07-23 12:52:44 -04:00 committed by Ryan Culpepper
parent e128d03414
commit 87cfa42c6d

View File

@ -5,7 +5,7 @@
A @racket[timer%] object encapsulates an event-based alarm. To use a A @racket[timer%] object encapsulates an event-based alarm. To use a
timer, either instantiate it with a @racket[timer-callback] thunk to timer, either instantiate it with a @racket[timer-callback] thunk to
perform the alarm-based action, to derive a new class and override perform the alarm-based action, or derive a new class and override
the @method[timer% notify] method to perform the alarm-based the @method[timer% notify] method to perform the alarm-based
action. Start a timer with @method[timer% start] and stop it with action. Start a timer with @method[timer% start] and stop it with
@method[timer% stop]. Supplying an initial @racket[interval] (in @method[timer% stop]. Supplying an initial @racket[interval] (in