Fix alarm-evt doc typo
This commit is contained in:
parent
34aeaee672
commit
3f0704dcac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user