Revert "doc correction for will-execute"

This reverts commit 52e7267273.

The change was for `will-try-execute`. And while the change
is a good idea, `will-try-execute` doesn't acually accept
the extra argument.
This commit is contained in:
Matthew Flatt 2017-12-07 15:12:25 -07:00
parent 167164b8a0
commit 1e1426a570

View File

@ -190,10 +190,10 @@ call. If no will is ready for immediate execution,
@racket[will-execute] blocks until one is ready.}
@defproc[(will-try-execute [executor any/c] [v any/c #f]) any]{
@defproc[(will-try-execute [executor any/c]) any]{
Like @racket[will-execute] if a will is ready for immediate
execution. Otherwise, @racket[v] is returned.}
execution. Otherwise, @racket[#f] is returned.}
@;------------------------------------------------------------------------
@section[#:tag "garbagecollection"]{Garbage Collection}