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