From 15b7af63437be03bc00f39a546c304af31e99c1c Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Wed, 19 Sep 2012 10:00:08 -0400 Subject: [PATCH] formatting fix --- source/reference/method/db.collection.update.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/method/db.collection.update.txt b/source/reference/method/db.collection.update.txt index ba9b198f229..1719cd4f2fb 100644 --- a/source/reference/method/db.collection.update.txt +++ b/source/reference/method/db.collection.update.txt @@ -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() ` method can *also*take an + :method:`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() ` method takes the following parameters: