Fix GUI doc typo reported by Kieron Hardy

Closes PR 12830

Merge to v5.3
This commit is contained in:
Asumu Takikawa 2012-07-23 12:52:44 -04:00
parent 94d472340d
commit e0e5f7dd28

View File

@ -5,7 +5,7 @@
A @racket[timer%] object encapsulates an event-based alarm. To use a
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
action. Start a timer with @method[timer% start] and stop it with
@method[timer% stop]. Supplying an initial @racket[interval] (in