Skip to content

Commit 2a24f85

Browse files
author
Mohammad Hunan Chughtai
authored
(DOCSP-12707): Fix Typos on Bulk Operations Subsection of Crud and Aggregation APIs Page (#533)
1 parent 74048eb commit 2a24f85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/mongodb/crud-and-aggregation-apis.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ You define ordered bulk operations by calling
426426
:node-driver:`collection.initializeOrderedBulkOp()
427427
<Collection.html#initializeOrderedBulkOp>` and manipulating the
428428
:node-driver:`OrderedBulkOperation <OrderedBulkOperation.html>` object that it
429-
retuns.
429+
returns.
430430

431431
{+service-short+} supports the following ``OrderedBulkOperation`` methods:
432432

@@ -454,11 +454,11 @@ retuns.
454454
Unordered Bulk Write Operation Availability
455455
+++++++++++++++++++++++++++++++++++++++++++
456456

457-
You define ordered bulk operations by calling
457+
You define unordered bulk operations by calling
458458
:node-driver:`collection.initializeUnorderedBulkOp()
459459
<Collection.html#initializeUnorderedBulkOp>` and manipulating the
460460
:node-driver:`OrderedBulkOperation <UnorderedBulkOperation.html>` object that it
461-
retuns.
461+
returns.
462462

463463
{+service-short+} supports the following ``UnorderedBulkOperation`` methods:
464464

0 commit comments

Comments
 (0)