Skip to content

Commit 738b828

Browse files
committed
RR feedback
1 parent a0b2ca2 commit 738b828

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/read/specify-a-query.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ complex matching criteria.
3232
Sample Data
3333
~~~~~~~~~~~
3434

35-
The examples in this guide run operations on a collection called
36-
``fruits``, which contains documents representing fruits. The following
35+
The examples in this guide run operations on the ``fruits`` collection,
36+
which contains documents representing fruits. The following
3737
code example shows how to create a database and collection, then
3838
insert the sample documents into your collection:
3939

@@ -96,7 +96,7 @@ To view a full list of comparison operators, see the :manual:`Comparison Query O
9696

9797
The following example specifies a comparison operator in a query filter as a
9898
parameter to the ``MongoDB\Collection::find()`` method. The code returns all documents
99-
that have a ``rating`` field value greater than ``2``:
99+
in which the value of the ``rating`` field is greater than ``2``:
100100

101101
.. io-code-block::
102102
:copyable:
@@ -261,4 +261,5 @@ API Documentation
261261
To learn more about any of the methods or types discussed in this
262262
guide, see the following API documentation:
263263

264-
- `MongoDB\\Collection::find() <{+api+}/method/MongoDBCollection-find/>`__
264+
- `MongoDB\\Collection::find() <{+api+}/method/MongoDBCollection-find/>`__
265+
- `MongoDB\\Collection::insertMany() <{+api+}/method/MongoDBCollection-insertMany/>`__

0 commit comments

Comments
 (0)