From f923d92f8d7cdcd80daa168ebb6d133ab671fbe2 Mon Sep 17 00:00:00 2001 From: vshtokman Date: Wed, 6 Feb 2013 18:11:52 -0500 Subject: [PATCH] Update source/reference/method/db.collection.update.txt --- source/reference/method/db.collection.update.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.update.txt b/source/reference/method/db.collection.update.txt index dddacf0baf9..94b5d8fe555 100644 --- a/source/reference/method/db.collection.update.txt +++ b/source/reference/method/db.collection.update.txt @@ -24,7 +24,7 @@ db.collection.update() .. code-block:: javascript - db.collection.update(query, update, ) + db.collection.update(query, update, , ) The :method:`update() ` method takes the following parameters: