Skip to content

Commit db9b5a4

Browse files
committed
fix simple vector hash
1 parent 813e65a commit db9b5a4

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
@@ -12289,7 +12289,7 @@ reduces them without incurring seq initialization"
1228912289
(-equiv [coll other] (equiv-sequential coll other))
1229012290

1229112291
IHash
12292-
(-hash [coll] (hash-coll coll))
12292+
(-hash [coll] (hash-ordered-coll coll))
1229312293

1229412294
ISeqable
1229512295
(-seq [coll]

0 commit comments

Comments
 (0)