diff --git a/collects/scribblings/reference/futures.scrbl b/collects/scribblings/reference/futures.scrbl index ef6e862aaa..8b7a6abcf7 100644 --- a/collects/scribblings/reference/futures.scrbl +++ b/collects/scribblings/reference/futures.scrbl @@ -72,8 +72,8 @@ execute through a call to @racket[touch], however. ]} @defproc[(futures-enabled?) boolean?]{ - Returns whether futures are enabled in the current - Racket build. + Returns whether parallel support for futures is enabled + in the current Racket configuration. } @defproc[(current-future) (or/c #f future?)]{