Skip to content

Commit 660960a

Browse files
author
Michael Paik
committed
DOCS-4884
1 parent 0086057 commit 660960a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fact-mongodb30-upsert-id.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
When you execute an :method:`~db.collection.update()` with the ``upsert``
2-
option, you can no longer use :ref:`document-dot-notation` to only select on
2+
option, you can no longer use :ref:`document-dot-notation` to select only on
33
part of the ``_id`` field. For example, the following will raise an error:
44

55
.. code-block:: javascript

0 commit comments

Comments
 (0)