Skip to content

Commit e73ec9b

Browse files
committed
remove errant comma
1 parent a3f5a9a commit e73ec9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.collection.update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ db.collection.update()
189189

190190
db.products.update( { item: "magazine", qty: { $gt: 5 } }, { $set: { x: 25, y: 50 } }, { upsert: true } )
191191

192-
This operation, will:
192+
This operation will:
193193

194194
- update a single document in the ``products`` collection that
195195
matches the query criteria, setting the value of the field

0 commit comments

Comments
 (0)