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.
1 parent 78753d3 commit 0ef73e0Copy full SHA for 0ef73e0
src/main/cljs/cljs/core.cljs
@@ -2428,7 +2428,7 @@ reduces them without incurring seq initialization"
2428
(defn sort-by
2429
"Returns a sorted sequence of the items in coll, where the sort
2430
order is determined by comparing (keyfn item). Comp can be
2431
- boolean-valued comparison funcion, or a -/0/+ valued comparator.
+ boolean-valued comparison function, or a -/0/+ valued comparator.
2432
Comp defaults to compare."
2433
([keyfn coll]
2434
(sort-by keyfn compare coll))
0 commit comments