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 48747c4 commit b9977a1Copy full SHA for b9977a1
source/usage-examples/deleteMany.txt
@@ -35,7 +35,7 @@ To learn more about delete operations, see the :ref:`rust-delete-guide` guide.
35
Example
36
-------
37
38
-This example deletes all documents that match query filter from the ``restaurants``
+This example deletes all documents that match a query filter from the ``restaurants``
39
collection in the ``sample_restaurants`` database. The ``delete_many()`` method deletes
40
documents in which the value of the ``borough`` field is ``"Manhattan"``
41
and the value of the ``address.street`` field is ``"Broadway"``.
0 commit comments