Skip to content

Commit b733fd4

Browse files
committed
another typo
1 parent 84ec416 commit b733fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13167,7 +13167,7 @@ reduces them without incurring seq initialization"
1316713167
(let [x (first in)
1316813168
out' (conj out x)
1316913169
i' (inc i)]
13170-
(if-not (== i (count out'))
13170+
(if-not (== i' (count out'))
1317113171
(throw (js/Error. (str_ "Duplicate key: " x)))
1317213172
(recur (next in) out' i')))
1317313173
out))))))

0 commit comments

Comments
 (0)