File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Overview
1616--------
1717
1818In this guide, you can learn how to specify which fields to return in a
19- document from read operations .
19+ document.
2020
2121Sample Data
2222~~~~~~~~~~~
@@ -58,7 +58,7 @@ corresponding field or ``0`` to exclude it. If you are using an aggregation fram
5858you can also specify a projection to include newly computed fields.
5959
6060You can specify a projection by passing a projection document to the ``SetProjection()``
61- method. The following read operations take an options object as a parameter:
61+ method. The following operations take an options object as a parameter:
6262
6363- ``Find()``
6464- ``FindOne()``
@@ -68,7 +68,7 @@ method. The following read operations take an options object as a parameter:
6868
6969.. tip::
7070
71- If you don't specify a projection, the read operation returns all
71+ If you don't specify a projection, the operation returns all
7272 the fields in matched documents.
7373
7474Exclude a Field
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Overview
1616--------
1717
1818In this guide, you can learn how to specify the order of your results
19- from read operations .
19+ from an operation .
2020
2121Sample Data
2222~~~~~~~~~~~
@@ -49,10 +49,9 @@ Sort Direction
4949--------------
5050
5151To specify the order of your results, pass an interface specifying the
52- sort fields and direction to the ``SetSort()`` method of a read
53- operation's options.
52+ sort fields and direction to the ``SetSort()`` method of an operation's options.
5453
55- The following read operations take options as a parameter:
54+ The following operations take options as a parameter:
5655
5756- ``Find()``
5857- ``FindOne()``
You can’t perform that action at this time.
0 commit comments