From ed8145e0d2d85cda9f78b542b99e05b0065674f5 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 2 Jul 2017 14:26:59 -0600 Subject: [PATCH] fix doc typo --- pkgs/racket-doc/scribblings/reference/memory.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/memory.scrbl b/pkgs/racket-doc/scribblings/reference/memory.scrbl index 1b965329d2..091dd64fdd 100644 --- a/pkgs/racket-doc/scribblings/reference/memory.scrbl +++ b/pkgs/racket-doc/scribblings/reference/memory.scrbl @@ -128,7 +128,7 @@ of the wills is readied or executed. However, wills for distinct unreachable values are readied at the same time, regardless of whether the values are reachable from each other. -A will executor's register is held non-weakly until after the +A will executor's registrant is held non-weakly until after the corresponding will procedure is executed. Thus, if the content value of a weak box (see @secref["weakbox"]) is registered with a will executor, the weak box's content is not changed to @racket[#f] until