Skip to content

Commit f4b90b4

Browse files
committed
NR PR fixes 1
1 parent 7287c30 commit f4b90b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/tutorials/read-ops.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ To facilitate the creation of filter documents, the driver
121121
provides the ``Filters`` class that provides filter condition helper
122122
methods.
123123

124-
This example find operation which includes a filter
125-
``Document`` instance which specifies both of the following conditions:
124+
This example find operation includes a filter
125+
``Document`` instance which specifies the following conditions:
126126

127127
- ``stars`` field value is greater than or equal to ``2`` and less than ``5``
128128
- ``categories`` field equals ``"Bakery"``, or if ``categories`` is an
@@ -165,8 +165,8 @@ documents. To specify the fields to return in the matching documents,
165165
you can specify a projection document.
166166

167167
This find operation example includes a projection
168-
``Document`` which specifies that the matching documents return only the
169-
``name`` field, ``stars`` field, and the ``categories`` field:
168+
``Document`` which specifies that the matching documents include only the
169+
``name``, ``stars``, and the ``categories`` fields:
170170

171171
.. code-block:: java
172172

0 commit comments

Comments
 (0)