Skip to content

Commit f42b150

Browse files
committedJan 8, 2025·
* seed-cnt -> i
1 parent 1cc0f1e commit f42b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Please sign in to comment.