Skip to content

Commit ea3a112

Browse files
committed
post review
1 parent 4e87547 commit ea3a112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/usage-examples/updateMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example
5959
In this example, we use a ``Filter`` builder to filter our query for
6060
movies in the genre "Frequently Discussed".
6161

62-
We then update documents that match our query in the ``movies`` collection of the
62+
Next, we update documents that match our query in the ``movies`` collection of the
6363
``sample_mflix`` database. We perform the following
6464
updates to the matching documents:
6565

source/usage-examples/updateOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example
5757
In this example, we use a ``Filter`` builder to query the collection for
5858
a movie with the title "Cool Runnings 2".
5959

60-
We then perform the following updates to the first match for our query
60+
Next, we perform the following updates to the first match for our query
6161
in the ``movies`` collection of the ``sample_mflix`` database:
6262

6363
#. Set the value of ``runtime`` to ``99``

0 commit comments

Comments
 (0)