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