Skip to content

Commit b1a891e

Browse files
committed
* seed-cnt -> i
1 parent 7f7a986 commit b1a891e

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
@@ -7217,7 +7217,7 @@ reduces them without incurring seq initialization"
72177217
(let [kv (first extra-kvs)]
72187218
(aset ret i (-key kv))
72197219
(aset ret (inc i) (-val kv))
7220-
(recur (+ 2 seed-cnt) (next extra-kvs)))
7220+
(recur (+ 2 i) (next extra-kvs)))
72217221
ret))))
72227222

72237223
(set! (.-createAsIfByAssoc PersistentArrayMap)

0 commit comments

Comments
 (0)