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 f10e058 commit 6900340Copy full SHA for 6900340
source/reference/method/db.collection.insertOne.txt
@@ -21,7 +21,7 @@ Definition
21
22
.. versionadded:: 3.2
23
24
- Inserts a document into a collection.
+ Inserts a single document into a collection.
25
26
The :method:`~db.collection.insertOne()` method has the following
27
syntax:
source/reference/method/db.collection.replaceOne.txt
@@ -21,9 +21,6 @@ Definition
.. include:: /includes/fact-mongo-shell-method.rst
-
- .. versionadded:: 3.2
Replaces a single document within the collection based on the filter.
28
29
The :method:`~db.collection.replaceOne()` method has the following form:
0 commit comments