Skip to content

Commit 0ef73e0

Browse files
slipsetswannodette
authored andcommitted
CLJS-2743 Fix docstring misspelling
1 parent 78753d3 commit 0ef73e0

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
@@ -2428,7 +2428,7 @@ reduces them without incurring seq initialization"
24282428
(defn sort-by
24292429
"Returns a sorted sequence of the items in coll, where the sort
24302430
order is determined by comparing (keyfn item). Comp can be
2431-
boolean-valued comparison funcion, or a -/0/+ valued comparator.
2431+
boolean-valued comparison function, or a -/0/+ valued comparator.
24322432
Comp defaults to compare."
24332433
([keyfn coll]
24342434
(sort-by keyfn compare coll))

0 commit comments

Comments
 (0)