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 a804484 commit 3b366d3Copy full SHA for 3b366d3
source/reference/operator/update/unset.txt
@@ -72,8 +72,9 @@ value of ``sku`` is ``unknown``:
72
)
73
74
:method:`~db.collection.updateOne()` uses the :update:`$unset` operator to:
75
- - remove the ``quantity`` field
76
- - remove the ``instock`` field
+
+- remove the ``quantity`` field
77
+- remove the ``instock`` field
78
79
.. code-block:: javascript
80
:copyable: false
0 commit comments