Skip to content

Commit bf03957

Browse files
Sam KleinmanTimSlavinMongoDB
authored andcommitted
fix typo found in mongodb#1661
1 parent 75ac779 commit bf03957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/remove-documents.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ use the :method:`~db.collection.drop()` method to drop the entire
3131
collection, including the indexes, and then recreate the collection and
3232
rebuild the indexes.
3333

34-
Remove Documents that Matches a Condition
35-
-----------------------------------------
34+
Remove Documents that Match a Condition
35+
---------------------------------------
3636

3737
To remove the documents that match a deletion criteria, call the
3838
:method:`~db.collection.remove()` method with the ``<query>``

0 commit comments

Comments
 (0)