Skip to content

Commit d229efd

Browse files
committed
vale fix
1 parent 26eeefe commit d229efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/write/delete.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ collection in which the value of the ``name`` field includes the string
155155

156156
.. tip::
157157

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.
158+
If you use the the ``deleteOne()`` method in the preceding example
159+
instead of the ``deleteMany()`` method, the driver deletes only the
160+
first document that matches the query filter.
161161

162162
Return Value
163163
~~~~~~~~~~~~

0 commit comments

Comments
 (0)