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 37aabe0 commit 6690f80Copy full SHA for 6690f80
source/fundamentals/crud/write-operations/bulk-write.txt
@@ -122,9 +122,9 @@ field to ``"Sandwiches and Salads"``.
122
Replace Operations
123
~~~~~~~~~~~~~~~~~~
124
125
-A replace operation removes all fields and values of a specified document and
+A replace operation removes all fields and values in a specified document and
126
replaces them with new ones. To perform a replace operation, create an instance
127
-of ``ReplaceOne`` and pass it a query filter and the fields and values you want
+of the ``BulkWriteReplaceOneModel`` class and pass it a query filter and the fields and values you want
128
to store in the matching document.
129
130
The following example creates an instance of ``ReplaceOne``:
0 commit comments