Skip to content

Commit 44aa2a7

Browse files
committed
addressing vale errors
1 parent dc25f09 commit 44aa2a7

File tree

1 file changed

+3
-3
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Example
123123

124124
The following example creates a ``ReplaceOneModel`` to
125125
replace a document where the ``_id`` is ``1`` with a document that
126-
contains an additional ``location`` field:
126+
contains an added ``location`` field:
127127

128128
.. literalinclude:: /includes/fundamentals/code-snippets/BulkWrite.java
129129
:language: java
@@ -215,8 +215,8 @@ Order of Execution
215215
------------------
216216

217217
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.
220220

221221
Ordered Execution
222222
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)