fix doc typo
This commit is contained in:
parent
9fc9d9582e
commit
f1dc3bf06e
|
@ -143,7 +143,7 @@ referenced until the will procedure is executed.}
|
||||||
@defproc[(will-execute [executor will-executor?]) any]{
|
@defproc[(will-execute [executor will-executor?]) any]{
|
||||||
|
|
||||||
Invokes the will procedure for a single ``unreachable'' value
|
Invokes the will procedure for a single ``unreachable'' value
|
||||||
registered with the executor @racket[executable]. The values returned
|
registered with the executor @racket[executor]. The values returned
|
||||||
by the will procedure are the result of the @racket[will-execute]
|
by the will procedure are the result of the @racket[will-execute]
|
||||||
call. If no will is ready for immediate execution,
|
call. If no will is ready for immediate execution,
|
||||||
@racket[will-execute] blocks until one is ready.}
|
@racket[will-execute] blocks until one is ready.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user