File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ To facilitate the creation of filter documents, the driver
121
121
provides the ``Filters`` class that provides filter condition helper
122
122
methods.
123
123
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:
126
126
127
127
- ``stars`` field value is greater than or equal to ``2`` and less than ``5``
128
128
- ``categories`` field equals ``"Bakery"``, or if ``categories`` is an
@@ -165,8 +165,8 @@ documents. To specify the fields to return in the matching documents,
165
165
you can specify a projection document.
166
166
167
167
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 :
170
170
171
171
.. code-block:: java
172
172
You can’t perform that action at this time.
0 commit comments