File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ configurable :doc:`sort </fundamentals/crud/read-operations/sort>` and
59
59
:doc:`projection </fundamentals/crud/read-operations/project>` options
60
60
that work just like their read operation equivalents.
61
61
``findOneAndUpdate()`` and ``findOneAndDelete()`` allow the client to
62
- configure the ``returnOriginal `` option, a boolean that determines if
62
+ configure the ``returnDocument `` option, a boolean that determines if
63
63
the method returns the pre-update or post-update version of the modified
64
64
document.
Original file line number Diff line number Diff line change 1
1
.. _node-pkfactory:
2
2
3
- =================================
3
+ ==================================
4
4
Generate Custom Values for ``_id``
5
- =================================
5
+ ==================================
6
6
7
7
.. default-domain:: mongodb
8
8
You can’t perform that action at this time.
0 commit comments