From e73ec9be22c34aaf77b5ac009e08671a587cacdb Mon Sep 17 00:00:00 2001 From: kay Date: Thu, 21 Feb 2013 17:19:41 -0500 Subject: [PATCH] remove errant comma --- source/reference/method/db.collection.update.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.update.txt b/source/reference/method/db.collection.update.txt index 94b5d8fe555..e39a692dc98 100644 --- a/source/reference/method/db.collection.update.txt +++ b/source/reference/method/db.collection.update.txt @@ -189,7 +189,7 @@ db.collection.update() db.products.update( { item: "magazine", qty: { $gt: 5 } }, { $set: { x: 25, y: 50 } }, { upsert: true } ) - This operation, will: + This operation will: - update a single document in the ``products`` collection that matches the query criteria, setting the value of the field