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 2b7f1d6 commit 3654ffeCopy full SHA for 3654ffe
source/includes/sorting-arrays.rst
@@ -1,9 +1,9 @@
1
In array comparisons:
2
3
-- A less-than comparison or descending sort compares the smallest
+- A less-than comparison, or an ascending sort, compares the smallest
4
elements of the array according to the BSON type sort order.
5
6
-- A greater-than comparison or descending sort compares the largest
+- A greater-than comparison, or a descending sort, compares the largest
7
elements of the array according to the reverse BSON type sort order.
8
9
- When comparing a field whose value is a one element array (example,
0 commit comments