utils: Typo in the error message in hash-intersect.
This commit is contained in:
parent
9c9cd78eaa
commit
a98ed9b325
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@
|
||||||
#:combine/key [combine/key
|
#:combine/key [combine/key
|
||||||
(if combine
|
(if combine
|
||||||
(λ (_ x y) (combine x y))
|
(λ (_ x y) (combine x y))
|
||||||
(error 'hash-intersection))]
|
(error 'hash-intersect))]
|
||||||
one . rest)
|
one . rest)
|
||||||
(define common-keys (apply set-intersect (map hash-keys (cons one rest))))
|
(define common-keys (apply set-intersect (map hash-keys (cons one rest))))
|
||||||
(define res (for/hash ([k (in-list common-keys)])
|
(define res (for/hash ([k (in-list common-keys)])
|
||||||
|
|
Loading…
Reference in a new issue