Skip to content

Commit dd023ee

Browse files
committed
update for consistency
1 parent ffeff33 commit dd023ee

File tree

1 file changed

+2
-2
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+2
-2
lines changed

source/fundamentals/crud/read-operations/skip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ the ``find()`` method and pass your ``FindOptions`` struct as a parameter to the
111111

112112
This 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

143143
This 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

0 commit comments

Comments
 (0)