Skip to content

Commit f923d92

Browse files
author
vshtokman
committed
Update source/reference/method/db.collection.update.txt
1 parent 80ab8a5 commit f923d92

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
@@ -24,7 +24,7 @@ db.collection.update()
2424

2525
.. code-block:: javascript
2626

27-
db.collection.update(query, update, <upsert,> <multi>)
27+
db.collection.update(query, update, <upsert>, <multi>)
2828

2929
The :method:`update() <db.collection.update()>` method takes the following
3030
parameters:

0 commit comments

Comments
 (0)