From 78075fcd25a242ecfcf105fdb0d79d3ffaf03523 Mon Sep 17 00:00:00 2001 From: John Clements Date: Wed, 9 Jul 2008 16:59:12 +0000 Subject: [PATCH] doc fix on equal? for hashes svn: r10698 --- collects/scribblings/reference/hashes.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/hashes.scrbl b/collects/scribblings/reference/hashes.scrbl index e14627cd74..1ccac6cfb4 100644 --- a/collects/scribblings/reference/hashes.scrbl +++ b/collects/scribblings/reference/hashes.scrbl @@ -19,7 +19,7 @@ table during iteration, then an iteration step may fail with keys and values. See also @scheme[in-hash], @scheme[in-hash-keys], @scheme[in-hash-values], and @scheme[in-hash-pairs]. -Two hash tables are @scheme[equal?] if they use the same +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.