doc fix on equal? for hashes

svn: r10698
This commit is contained in:
John Clements 2008-07-09 16:59:12 +00:00
parent a4cc0f7890
commit 78075fcd25

View File

@ -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.