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 80ab8a5 commit f923d92Copy full SHA for f923d92
source/reference/method/db.collection.update.txt
@@ -24,7 +24,7 @@ db.collection.update()
24
25
.. code-block:: javascript
26
27
- db.collection.update(query, update, <upsert,> <multi>)
+ db.collection.update(query, update, <upsert>, <multi>)
28
29
The :method:`update() <db.collection.update()>` method takes the following
30
parameters:
0 commit comments