Skip to content

Commit 601273e

Browse files
authored
DOCSP-39285 Fixes duplicate Bulk method entries (#7859)
1 parent 4c65aac commit 601273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/retryable-writes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cannot be :writeconcern:`{w: 0} <\<number\>>`.
135135

136136
- :method:`Bulk.find.removeOne()`
137137
- :method:`Bulk.find.replaceOne()`
138-
- :method:`Bulk.find.replaceOne()`
138+
- :method:`Bulk.find.updateOne()`
139139

140140
- Bulk write operations that only consist of the single-document
141141
write operations. A retryable bulk operation can include any

0 commit comments

Comments
 (0)