diff --git a/source/reference/method/db.collection.remove.txt b/source/reference/method/db.collection.remove.txt index 63a6357b744..77d4ccb9d2e 100644 --- a/source/reference/method/db.collection.remove.txt +++ b/source/reference/method/db.collection.remove.txt @@ -63,7 +63,7 @@ db.collection.remove() db.products.remove( { qty: { $gt: 20 } }, true ) - This operation removes all the documents from the collection + This operation removes the first document from the collection ``products`` where ``qty`` is greater than ``20``. .. examples-end