Fix typo in engine docs.
This commit is contained in:
parent
71db1abf6e
commit
e114cc4850
|
@ -52,7 +52,7 @@ Returns @racket[#t] if @racket[v] is an engine produced by
|
||||||
boolean?]{
|
boolean?]{
|
||||||
|
|
||||||
Allows the thread associated with @racket[engine] to execute for up
|
Allows the thread associated with @racket[engine] to execute for up
|
||||||
as long as @racket[until] milliseconds (of @racket[until] is a real
|
as long as @racket[until] milliseconds (if @racket[until] is a real
|
||||||
number) or @racket[until] is ready (if @racket[until] is an event). If
|
number) or @racket[until] is ready (if @racket[until] is an event). If
|
||||||
@racket[engine]'s procedure disables suspends, then the engine
|
@racket[engine]'s procedure disables suspends, then the engine
|
||||||
can run arbitrarily long until it re-enables suspends.
|
can run arbitrarily long until it re-enables suspends.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user