File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ the ``find()`` method and pass your ``FindOptions`` struct as a parameter to the
111
111
112
112
This example runs a ``find()`` operation that performs the following actions:
113
113
114
- - Sorts the results in descending order on the ``name`` field
114
+ - Sorts the results in descending order of their ``name`` field values
115
115
- Skips the first document
116
116
- Limits the results to two documents
117
117
- Returns the remaining documents
@@ -142,7 +142,7 @@ learn more, see the :ref:`rust-aggregation` guide.
142
142
143
143
This example runs an aggregation pipeline that performs the following actions:
144
144
145
- - Sorts the results in ascending order on the ``author`` field
145
+ - Sorts the results in ascending order of their ``author`` field values
146
146
- Skips the first document
147
147
- Returns the remaining documents
148
148
You can’t perform that action at this time.
0 commit comments