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 6f0d71e commit 136213fCopy full SHA for 136213f
source/usage-examples/deleteOne.txt
@@ -24,7 +24,7 @@ see the
24
25
If your application requires the deleted document after deletion,
26
consider using the
27
- `collection.findOneAndDelete() <{+api+}/classes/Collection.html#findOneAndDelete>`__.
+ `collection.findOneAndDelete() <{+api+}/classes/Collection.html#findOneAndDelete>`__
28
method, which has a similar interface to ``deleteOne()`` but also
29
returns the deleted document.
30
0 commit comments