Fix typo in engine docs

This commit is contained in:
William J. Bowman 2021-04-14 01:42:14 -07:00 committed by Sam Tobin-Hochstadt
parent 84b58d9bae
commit 9f649e0afa

View File

@ -62,7 +62,7 @@ The @racket[engine-run] procedure returns @racket[#t] if
and the result is available via @racket[engine-result]. The
@racket[engine-run] procedure returns @racket[#f] if
@racket[engine]'s procedure does not complete before it is
suspended after @racket[timeout-secs]. If @racket[engine]'s
suspended after the @racket[until] condition is met. If @racket[engine]'s
procedure raises an exception, then it is re-raised by
@racket[engine-run].}