hash-keys-subset? err msg typo
This commit is contained in:
parent
5b163e3152
commit
f2933d5ab8
|
@ -599,7 +599,7 @@
|
|||
(raise-arguments-error 'hash-keys-subset?
|
||||
"given hash tables do not use the same key comparison"
|
||||
"first table" ht1
|
||||
"first table" ht2)]))
|
||||
"second table" ht2)]))
|
||||
|
||||
;; Use `eql?` for recursive comparisons
|
||||
(define (hash=? ht1 ht2 eql?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user