We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b469982 commit 1f97802Copy full SHA for 1f97802
source/usage-examples/updateMany.txt
@@ -9,7 +9,7 @@ method.
9
10
The following example passes a query filter and an update parameter to the
11
``UpdateMany()`` method, which matches documents in the
12
-``listingsAndReviews`` collection if the value of their ``address.market``
+``listingsAndReviews`` collection where the value of the ``address.market``
13
field is "Sydney" and multiplies the ``price`` field in the matching
14
documents by a factor of *1.15*:
15
0 commit comments