From 0efab825bd1ad1bda3c241b902d5e76878cb6864 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 23 Apr 2013 18:35:27 +0200 Subject: [PATCH] Update db.collection.remove.txt --- source/reference/method/db.collection.remove.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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