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 159c7b7 commit 801a71fCopy full SHA for 801a71f
examples/05_Collections/14_sorted.md
@@ -29,4 +29,4 @@ fun main() {
29
2. Sorts it in the natural order.
30
3. Sorts it in the inverted natural order by using `-it` as a selector function.
31
4. Sorts it in the inverted natural order by using `sortedDescending`.
32
-5. Sorts it in the inverted natural order of item's absolute values by using `abs(it)` as a selector function.
+5. Sorts it in the inverted natural order of items' absolute values by using `abs(it)` as a selector function.
0 commit comments