doc fix on equal? for hashes
svn: r10698
This commit is contained in:
parent
a4cc0f7890
commit
78075fcd25
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user