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 ae2a718 commit 748aba1Copy full SHA for 748aba1
source/crud/update.txt
@@ -165,9 +165,9 @@ 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".
169
-- Set the ``name`` field to "Ribiera River View Duplex".
170
-- Increment the value of the ``accommodates`` field by 1.
+- Match the document where the ``_id`` value is ``"10006546"``.
+- Set the ``name`` field to ``"Ribiera River View Duplex"``.
+- Increment the value of the ``accommodates`` field by ``1``.
171
172
.. io-code-block::
173
:copyable: true
0 commit comments