Skip to content

Commit 15b7af6

Browse files
author
Ed Costello
committed
formatting fix
1 parent 4357ae4 commit 15b7af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ db.collection.update()
2929

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

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

0 commit comments

Comments
 (0)