Skip to content

Commit fa643f1

Browse files
committed
->> to core/->>
1 parent d1a6b1d commit fa643f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@
15071507
~@body))))
15081508

15091509
(core/defn- add-obj-methods [type type-sym sigs]
1510-
(->> sigs
1510+
(core/->> sigs
15111511
;; Elide all toString methods in :lite-mode
15121512
(remove
15131513
(core/fn [[f]]

0 commit comments

Comments
 (0)