Skip to content

Commit a439174

Browse files
committed
Merge branch 'main' into improve-arrays
2 parents 7d38e3c + fde6f58 commit a439174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/50-counting-sorting/10-sorting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
33

44
# 👐 Sorting
55

6-
We can sort our results using the `$sort` stage. We need to sort on a field, being 1 ascending and -1 descending order.
6+
We can sort our results using the `$sort` stage. We need to sort on a field, with 1 being ascending and -1 descending order.
77

88
👐 Let's get all books from 1984, sorted by number of pages. We'll only show the title, pages, and authors.
99

0 commit comments

Comments
 (0)