Skip to content

Commit 3f81d6f

Browse files
committed
another typo
1 parent f2fd219 commit 3f81d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
:cljs (new js/Error (core/str "Unsupported map directive: " mk)))))))
689689
ret (reduce (core/fn [ret e]
690690
(conj ret (val e) (defaults (key e))))
691-
bvec defaults)
691+
bvec gdefaults)
692692
ret (core/-> ret (conj gmap) (conj v)
693693
(conj gmap)
694694
(conj `(--destructure-map ~gmap))

0 commit comments

Comments
 (0)