From eb6e49e32ee3c2f6568cbba90d5822d87d22915d Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 23 Aug 2013 15:20:45 -0400 Subject: [PATCH] Fix hash-clear doc typos --- .../racket-pkgs/racket-doc/scribblings/reference/hashes.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/hashes.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/hashes.scrbl index 8251e03a43..179d5ac09e 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/hashes.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/hashes.scrbl @@ -330,9 +330,9 @@ then each key is removed one-by-one using @racket[hash-remove!]. Functionally removes all mappings from @racket[hash]. -If @racket[hash] is not an @tech{impersonator}, then clearing is +If @racket[hash] is not a @tech{chaperone}, then clearing is equivalent to creating a new @tech{hash table}, and the operation is -performed in constant time. If @racket[hash] is an @tech{chaperone}, +performed in constant time. If @racket[hash] is a @tech{chaperone}, then each key is removed one-by-one using @racket[hash-remove].}