Correct comment (it was left behind when erase-path's args were flipped)

This commit is contained in:
Tony Garnock-Jones 2014-05-20 23:32:07 -04:00
parent a4e1d882f8
commit 513eec3b7b
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
;; below.
;;
;; --
;; We only need to examine all keys of h2 if w1 nonfalse.
;; We only need to examine all keys of h1 if w2 nonfalse.
(if w2
(for/fold [(acc (rwild w))] [(key (set-remove (set-union (hash-keys h1)
(hash-keys h2))