Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/method/db.collection.update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ db.collection.update()

Before version 2.0, in the :program:`mongo` shell, ``upsert`` and
``multi`` were positional boolean options. Since version 2.2, the
:method:`update() <db.collection.update()>` method can *also*take an
:method:`update() <db.collection.update()>` method can *also* take an
``options`` :term:`document` as a parameter to specify the
``multi`` and the ``upsert`` options
``multi`` and the ``upsert`` options.

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