Fix typo in engine docs.

This commit is contained in:
Vincent St-Amour 2013-11-26 10:38:58 -05:00
parent 71db1abf6e
commit e114cc4850

View File

@ -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.