Skip to content

Commit d315441

Browse files
author
Dave Cuthbert
authored
DOCSP-23559 BACKPORT (#1382)
1 parent 40ad071 commit d315441

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)