Skip to content

Commit db319f3

Browse files
slipsetswannodette
authored andcommitted
CLJS-3302 Fixup docstring for default-dispatch-val and dispatch-fn
1 parent a8422ee commit db319f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11381,11 +11381,11 @@ reduces them without incurring seq initialization"
1138111381
[multifn] (-prefers multifn))
1138211382

1138311383
(defn default-dispatch-val
11384-
"Given a multimethod, return it's default-dispatch-val."
11384+
"Given a multimethod, return its default-dispatch-val."
1138511385
[multifn] (-default-dispatch-val multifn))
1138611386

1138711387
(defn dispatch-fn
11388-
"Given a multimethod, return it's dispatch-fn."
11388+
"Given a multimethod, return its dispatch-fn."
1138911389
[multifn] (-dispatch-fn multifn))
1139011390

1139111391
;; UUID

0 commit comments

Comments
 (0)