Skip to content

Commit 6900340

Browse files
author
Dave
authored
DOCSP-20188 BACKPORT v4.2 (#302)
1 parent f10e058 commit 6900340

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
@@ -21,7 +21,7 @@ Definition
2121

2222
.. versionadded:: 3.2
2323

24-
Inserts a document into a collection.
24+
Inserts a single document into a collection.
2525

2626
The :method:`~db.collection.insertOne()` method has the following
2727
syntax:

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

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

2222
.. include:: /includes/fact-mongo-shell-method.rst
2323

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

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

0 commit comments

Comments
 (0)