Skip to content

Commit 79414ff

Browse files
committed
fix typo in last commit
1 parent 2c5f442 commit 79414ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7212,7 +7212,7 @@ reduces them without incurring seq initialization"
72127212
extra-kvs (seq trailing)
72137213
ret (make-array (+ seed-cnt (* 2 (count extra-kvs))))
72147214
ret (array-copy seed 0 ret 0 seed-cnt)]
7215-
(loop [i seed-cnt extra-kvs extra-kvs]00
7215+
(loop [i seed-cnt extra-kvs extra-kvs]
72167216
(if extra-kvs
72177217
(let [kv (first extra-kvs)]
72187218
(aset ret i (-key kv))

0 commit comments

Comments
 (0)