Skip to content

Commit ceba37b

Browse files
committed
fix typo to make Vector es6-iterable
1 parent bed6301 commit ceba37b

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
@@ -12477,7 +12477,7 @@ reduces them without incurring seq initialization"
1247712477
IPrintWithWriter
1247812478
(-pr-writer [coll writer opts] (pr-sequential-writer writer pr-writer "[" " " "]" opts coll)))
1247912479

12480-
(es6-iterable PersistentVector)
12480+
(es6-iterable Vector)
1248112481

1248212482
(set! (. Vector -EMPTY) (Vector. nil (array) nil))
1248312483

0 commit comments

Comments
 (0)