diff --git a/source/reference/method/db.collection.update.txt b/source/reference/method/db.collection.update.txt index bf7cd7fe772..3ca3aefa3f6 100644 --- a/source/reference/method/db.collection.update.txt +++ b/source/reference/method/db.collection.update.txt @@ -7,12 +7,12 @@ db.collection.update() Definition ---------- -.. method:: db.collection.update(query, update, options) +.. method:: db.collection.update(, , ) Modifies an existing document or documents in a collection. The method can modify specific fields of an existing document or documents - or replace an existing document entirely, depending on the - :ref:`update parameter `. + or replace an existing document entirely, depending on which operators + are used in the :ref:`update parameter `. By default, the :method:`~db.collection.update()` method updates a **single** document. Set the :ref:`multi-parameter` to update all