From 63f0e97490127e7cc69abacef0e52062a69eba3a Mon Sep 17 00:00:00 2001 From: John Clements Date: Wed, 9 Jul 2008 17:02:14 +0000 Subject: [PATCH] doc fix on equal? for hashes svn: r10699 --- collects/scribblings/reference/hashes.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/hashes.scrbl b/collects/scribblings/reference/hashes.scrbl index 1ccac6cfb4..f52ebe26b4 100644 --- a/collects/scribblings/reference/hashes.scrbl +++ b/collects/scribblings/reference/hashes.scrbl @@ -20,9 +20,8 @@ keys and values. See also @scheme[in-hash], @scheme[in-hash-keys], @scheme[in-hash-values], and @scheme[in-hash-pairs]. Two hash tables cannot be @scheme[equal?] unless they use the same -key-comparison procedure (@scheme[equal?] or @scheme[eq?]), if they -both hold keys strongly or weakly, and if they have the same -mutability. +key-comparison procedure (@scheme[equal?] or @scheme[eq?]), both hold keys +strongly or weakly, and have the same mutability. @bold{Caveats concerning concurrent modification:} A mutable hash table can be manipulated with @scheme[hash-ref], @scheme[hash-set!],