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
111111
112112This example runs a ``find()`` operation that performs the following actions:
113113
114- - Sorts the results in descending order on the ``name`` field
114+ - Sorts the results in descending order of their ``name`` field values
115115- Skips the first document
116116- Limits the results to two documents
117117- Returns the remaining documents
@@ -142,7 +142,7 @@ learn more, see the :ref:`rust-aggregation` guide.
142142
143143This example runs an aggregation pipeline that performs the following actions:
144144
145- - Sorts the results in ascending order on the ``author`` field
145+ - Sorts the results in ascending order of their ``author`` field values
146146- Skips the first document
147147- Returns the remaining documents
148148
You can’t perform that action at this time.
0 commit comments