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 26eeefe commit d229efdCopy full SHA for d229efd
source/write/delete.txt
@@ -155,9 +155,9 @@ collection in which the value of the ``name`` field includes the string
155
156
.. tip::
157
158
- If the preceding example used the ``deleteOne()`` method instead of
159
- the ``deleteMany()`` method, the driver would delete only the first
160
- document that matched the query filter.
+ If you use the the ``deleteOne()`` method in the preceding example
+ instead of the ``deleteMany()`` method, the driver deletes only the
+ first document that matches the query filter.
161
162
Return Value
163
~~~~~~~~~~~~
0 commit comments