From f1dc3bf06ec45944a46991ff016a27a09a3ab01b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 21 Jul 2010 12:36:00 -0600 Subject: [PATCH] fix doc typo --- collects/scribblings/reference/memory.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/memory.scrbl b/collects/scribblings/reference/memory.scrbl index fd0bd88216..1f22d6ad4e 100644 --- a/collects/scribblings/reference/memory.scrbl +++ b/collects/scribblings/reference/memory.scrbl @@ -143,7 +143,7 @@ referenced until the will procedure is executed.} @defproc[(will-execute [executor will-executor?]) any]{ 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] call. If no will is ready for immediate execution, @racket[will-execute] blocks until one is ready.}