Skip to content

Commit 3654ffe

Browse files
author
Dave Cuthbert
authored
DOCSP-23559 error on page v6.0 (#1380)
* DOCSP-23559-error-on-page * DOCSP-23559-error-on-page
1 parent 2b7f1d6 commit 3654ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/sorting-arrays.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
In array comparisons:
22

3-
- A less-than comparison or descending sort compares the smallest
3+
- A less-than comparison, or an ascending sort, compares the smallest
44
elements of the array according to the BSON type sort order.
55

6-
- A greater-than comparison or descending sort compares the largest
6+
- A greater-than comparison, or a descending sort, compares the largest
77
elements of the array according to the reverse BSON type sort order.
88

99
- When comparing a field whose value is a one element array (example,

0 commit comments

Comments
 (0)