We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default-dispatch-val
dispatch-fn
1 parent a8422ee commit db319f3Copy full SHA for db319f3
src/main/cljs/cljs/core.cljs
@@ -11381,11 +11381,11 @@ reduces them without incurring seq initialization"
11381
[multifn] (-prefers multifn))
11382
11383
(defn default-dispatch-val
11384
- "Given a multimethod, return it's default-dispatch-val."
+ "Given a multimethod, return its default-dispatch-val."
11385
[multifn] (-default-dispatch-val multifn))
11386
11387
(defn dispatch-fn
11388
- "Given a multimethod, return it's dispatch-fn."
+ "Given a multimethod, return its dispatch-fn."
11389
[multifn] (-dispatch-fn multifn))
11390
11391
;; UUID
0 commit comments