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