Skip to content

Commit 7298477

Browse files
committed
vale fix
1 parent 3a42034 commit 7298477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/write/delete.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ operation:
147147

148148
.. note::
149149

150-
If the preceding example used the ``deleteOne()`` method instead of
151-
``deleteMany()``, the driver would delete only the first document that has
150+
If you replace the ``deleteMany()`` method with ``deleteOne()`` in
151+
the preceding example, the library deletes only the first document that has
152152
a ``name`` value containing ``'Mongo'``.
153153

154154
Return Value

0 commit comments

Comments
 (0)