Skip to content

Commit 3b366d3

Browse files
author
Dave
authored
DOCSP-20036 fix indents (#135)
1 parent a804484 commit 3b366d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/operator/update/unset.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ value of ``sku`` is ``unknown``:
7272
)
7373

7474
:method:`~db.collection.updateOne()` uses the :update:`$unset` operator to:
75-
- remove the ``quantity`` field
76-
- remove the ``instock`` field
75+
76+
- remove the ``quantity`` field
77+
- remove the ``instock`` field
7778

7879
.. code-block:: javascript
7980
:copyable: false

0 commit comments

Comments
 (0)