Skip to content

Commit 6690f80

Browse files
committed
wip
1 parent 37aabe0 commit 6690f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/crud/write-operations/bulk-write.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ field to ``"Sandwiches and Salads"``.
122122
Replace Operations
123123
~~~~~~~~~~~~~~~~~~
124124

125-
A replace operation removes all fields and values of a specified document and
125+
A replace operation removes all fields and values in a specified document and
126126
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
127+
of the ``BulkWriteReplaceOneModel`` class and pass it a query filter and the fields and values you want
128128
to store in the matching document.
129129

130130
The following example creates an instance of ``ReplaceOne``:

0 commit comments

Comments
 (0)