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 90f3dcd commit ae2a718Copy full SHA for ae2a718
source/crud/update.txt
@@ -165,7 +165,7 @@ The following document describes an airbnb listing:
165
166
The following example uses the ``UpdateOne()`` method to:
167
168
-- Match the document where the ``_id`` value is ``"10006546"``.
+- Match the document where the ``_id`` value is "10006546".
169
- Set the ``name`` field to "Ribiera River View Duplex".
170
- Increment the value of the ``accommodates`` field by 1.
171
0 commit comments