Skip to content

Commit 32e6bca

Browse files
committed
- fix spurious typo
1 parent 3e995a6 commit 32e6bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
gfirst (gensym "first__")
637637
has-rest (some #{'&} b)]
638638
(core/loop [ret (core/let [ret (conj bvec gvec val)]
639-
(if has-rests
639+
(if has-rest
640640
(conj ret gseq (core/list `seq gvec))
641641
ret))
642642
n 0

0 commit comments

Comments
 (0)