Skip to content

Commit f2cdec2

Browse files
author
Dave
authored
DOCSP-20188 BACKPORT v5.0 (#304)
1 parent df4968a commit f2cdec2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

source/reference/method/db.collection.insertOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Definition
1818

1919
.. include:: /includes/fact-mongosh-shell-method.rst
2020

21-
Inserts a document into a collection.
21+
Inserts a single document into a collection.
2222

2323
The :method:`~db.collection.insertOne()` method has the following
2424
syntax:

source/reference/method/db.collection.replaceOne.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Definition
2020

2121
.. include:: /includes/fact-mongosh-shell-method.rst
2222

23-
24-
.. versionadded:: 3.2
25-
2623
Replaces a single document within the collection based on the filter.
2724

2825
The :method:`~db.collection.replaceOne()` method has the following form:

0 commit comments

Comments
 (0)