Skip to content

Commit 801a71f

Browse files
committed
fix: grammar in 14_sorted.md
1 parent 159c7b7 commit 801a71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05_Collections/14_sorted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ fun main() {
2929
2. Sorts it in the natural order.
3030
3. Sorts it in the inverted natural order by using `-it` as a selector function.
3131
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.
32+
5. Sorts it in the inverted natural order of items' absolute values by using `abs(it)` as a selector function.

0 commit comments

Comments
 (0)