Skip to content

Commit 1f97802

Browse files
committed
wording fix for consistency
1 parent b469982 commit 1f97802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/updateMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ method.
99

1010
The following example passes a query filter and an update parameter to the
1111
``UpdateMany()`` method, which matches documents in the
12-
``listingsAndReviews`` collection if the value of their ``address.market``
12+
``listingsAndReviews`` collection where the value of the ``address.market``
1313
field is "Sydney" and multiplies the ``price`` field in the matching
1414
documents by a factor of *1.15*:
1515

0 commit comments

Comments
 (0)