From af73e6f274d0c08d12da6f9aa165537a7bb892fc Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 22 Jun 2012 00:12:24 -0400 Subject: [PATCH] Typo in impersonate-hash docs --- 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 91de2a4065..9f780faf28 100644 --- a/collects/scribblings/reference/chaperones.scrbl +++ b/collects/scribblings/reference/chaperones.scrbl @@ -277,7 +277,7 @@ or override impersonator-property values of @racket[box].} Returns an impersonator of @racket[hash], which redirects the @racket[hash-ref], @racket[hash-set!] or @racket[hash-set] (as applicable), and @racket[hash-remove] or @racket[hash-remove!] (as -application) operations. When +applicable) operations. When @racket[hash-set] or @racket[hash-remove] is used on an impersonator of a hash table, the result is an impersonator with the same redirecting procedures. In addition, operations like