File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Example
5959In this example, we use a ``Filter`` builder to filter our query for
6060movies 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
6464updates to the matching documents:
6565
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Example
5757In this example, we use a ``Filter`` builder to query the collection for
5858a 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
6161in the ``movies`` collection of the ``sample_mflix`` database:
6262
6363#. Set the value of ``runtime`` to ``99``
You can’t perform that action at this time.
0 commit comments