File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Example
123
123
124
124
The following example creates a ``ReplaceOneModel`` to
125
125
replace a document where the ``_id`` is ``1`` with a document that
126
- contains an additional ``location`` field:
126
+ contains an added ``location`` field:
127
127
128
128
.. literalinclude:: /includes/fundamentals/code-snippets/BulkWrite.java
129
129
:language: java
@@ -215,8 +215,8 @@ Order of Execution
215
215
------------------
216
216
217
217
The ``bulkWrite()`` method accepts an optional ``BulkWriteOptions`` as
218
- a second parameter to specify if you want to execute the bulk operations
219
- as ordered or unordered.
218
+ a second parameter to specify the execution of the bulk operations as
219
+ ordered or unordered.
220
220
221
221
Ordered Execution
222
222
~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments