Fix alarm-evt doc typo

This commit is contained in:
Asumu Takikawa 2013-05-21 18:34:05 -04:00
parent 34aeaee672
commit 3f0704dcac

View File

@ -197,7 +197,7 @@ with timeouts that have not yet expired. The system-idle event's
@racket[system-idle-evt] procedure is always the same event.} @racket[system-idle-evt] procedure is always the same event.}
@defproc[(alarm-evt [msecs nonnegative-number?]) evt]{ @defproc[(alarm-evt [msecs (>=/c 0)]) evt?]{
Returns a @tech{synchronizable event} that is not @tech{ready for synchronization} when Returns a @tech{synchronizable event} that is not @tech{ready for synchronization} when
@racket[(current-inexact-milliseconds)] would return a value that is @racket[(current-inexact-milliseconds)] would return a value that is