Skip to content

Commit 748aba1

Browse files
committed
Edit
1 parent ae2a718 commit 748aba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/crud/update.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ The following document describes an airbnb listing:
165165

166166
The following example uses the ``UpdateOne()`` method to:
167167

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.
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``.
171171

172172
.. io-code-block::
173173
:copyable: true

0 commit comments

Comments
 (0)