From df9c2f8d7b9843ae7cdebdfa21cd108b59f45666 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 15 Jan 2012 17:04:38 -0700 Subject: [PATCH] fix typo (patch from Gustavo Massaccesi) Closes PR 12489 Merge to 5.2.1 (cherry picked from commit 96dea8c732d7ea6f07800fa82eb1133c91f63e67) --- collects/scribblings/reference/chaperones.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/chaperones.scrbl b/collects/scribblings/reference/chaperones.scrbl index 41269cd949..cad6b8962d 100644 --- a/collects/scribblings/reference/chaperones.scrbl +++ b/collects/scribblings/reference/chaperones.scrbl @@ -431,7 +431,7 @@ not be used if @racket[vec] is immutable.} [prop-val any] ... ...) (and/c box? chaperone?)]{ -Like @racket[prox-box], but with support for immutable boxes. The +Like @racket[impersonate-box], but with support for immutable boxes. The @racket[unbox-proc] procedure must produce the same value or a chaperone of the original value, and @racket[set-proc] must produce the same value or a chaperone of the value that it is given. The