Skip to content

Commit 2ff3395

Browse files
committed
typo
1 parent 523a3b0 commit 2ff3395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12777,7 +12777,7 @@ reduces them without incurring seq initialization"
1277712777
(es6-iterator (prim-seq (.map arr -key (-seq coll))))))
1277812778
(entries [coll]
1277912779
(es6-entries-iterator (-seq coll)))
12780-
(keys [coll]
12780+
(vals [coll]
1278112781
(let [arr (. (-seq coll) -arr)]
1278212782
(es6-iterator (prim-seq (.map arr -val (-seq coll))))))
1278312783
(has [coll k]

0 commit comments

Comments
 (0)