From 357b692d3391c999e5b9783bf69858371dd59eb3 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 31 Dec 2015 15:33:59 -0600 Subject: [PATCH] fix typo --- 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 a846c478a3..5e62f45f26 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-iterate-map] implicitly use @racket[hash-ref] and +@racket[hash-map] implicitly use @racket[hash-ref] and therefore redirect through @racket[ref-proc]. The @racket[ref-proc] must accept @racket[hash] and a key passed