Skip to content

Commit b9977a1

Browse files
committed
SA fix
1 parent 48747c4 commit b9977a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/deleteMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To learn more about delete operations, see the :ref:`rust-delete-guide` guide.
3535
Example
3636
-------
3737

38-
This example deletes all documents that match query filter from the ``restaurants``
38+
This example deletes all documents that match a query filter from the ``restaurants``
3939
collection in the ``sample_restaurants`` database. The ``delete_many()`` method deletes
4040
documents in which the value of the ``borough`` field is ``"Manhattan"``
4141
and the value of the ``address.street`` field is ``"Broadway"``.

0 commit comments

Comments
 (0)