From 110f1bd9b0821a42f414439b65cbc1bcc4c78775 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 31 Dec 2015 15:36:33 -0600 Subject: [PATCH] different, more likely fix --- pkgs/racket-doc/scribblings/reference/chaperones.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl index 5e62f45f26..432ecf9e4c 100644 --- a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl @@ -462,7 +462,7 @@ In addition, operations like @racket[hash-iterate-key] or @racket[hash-map], which extract keys from the table, use @racket[key-proc] to filter keys extracted from the table. Operations like @racket[hash-iterate-value] or -@racket[hash-map] implicitly use @racket[hash-ref] and +@racket[hash-values] implicitly use @racket[hash-ref] and therefore redirect through @racket[ref-proc]. The @racket[ref-proc] must accept @racket[hash] and a key passed