Skip to content

Commit c78b57f

Browse files
author
Sam Kleinman
committed
merge: comma fix
2 parents cc56fe1 + f923d92 commit c78b57f

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)