hash-keys-subset? err msg typo

This commit is contained in:
Stephen Chang 2021-05-19 13:56:12 -04:00 committed by GitHub
parent 5b163e3152
commit f2933d5ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?)