We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4357ae4 commit 15b7af6Copy full SHA for 15b7af6
source/reference/method/db.collection.update.txt
@@ -29,9 +29,9 @@ db.collection.update()
29
30
Before version 2.0, in the :program:`mongo` shell, ``upsert`` and
31
``multi`` were positional boolean options. Since version 2.2, the
32
- :method:`update() <db.collection.update()>` method can *also*take an
+ :method:`update() <db.collection.update()>` method can *also* take an
33
``options`` :term:`document` as a parameter to specify the
34
- ``multi`` and the ``upsert`` options
+ ``multi`` and the ``upsert`` options.
35
36
The :method:`update() <db.collection.update()>` method takes the following
37
parameters:
0 commit comments