Skip to content

Commit a95edf9

Browse files
Davejeff-allen-mongo
authored andcommitted
DOCSP-20188 BACKPORT v4.0
1 parent 3b5960f commit a95edf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

1818
.. versionadded:: 3.2
1919

20-
Inserts a document into a collection.
20+
Inserts a single document into a collection.
2121

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Definition
1515

1616
.. method:: db.collection.replaceOne(filter, replacement, options)
1717

18-
.. versionadded:: 3.2
19-
18+
.. include:: /includes/fact-mongosh-shell-method.rst
19+
2020
Replaces a single document within the collection based on the filter.
2121

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

0 commit comments

Comments
 (0)