File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ You define ordered bulk operations by calling
426
426
:node-driver:`collection.initializeOrderedBulkOp()
427
427
<Collection.html#initializeOrderedBulkOp>` and manipulating the
428
428
:node-driver:`OrderedBulkOperation <OrderedBulkOperation.html>` object that it
429
- retuns .
429
+ returns .
430
430
431
431
{+service-short+} supports the following ``OrderedBulkOperation`` methods:
432
432
@@ -454,11 +454,11 @@ retuns.
454
454
Unordered Bulk Write Operation Availability
455
455
+++++++++++++++++++++++++++++++++++++++++++
456
456
457
- You define ordered bulk operations by calling
457
+ You define unordered bulk operations by calling
458
458
:node-driver:`collection.initializeUnorderedBulkOp()
459
459
<Collection.html#initializeUnorderedBulkOp>` and manipulating the
460
460
:node-driver:`OrderedBulkOperation <UnorderedBulkOperation.html>` object that it
461
- retuns .
461
+ returns .
462
462
463
463
{+service-short+} supports the following ``UnorderedBulkOperation`` methods:
464
464
You can’t perform that action at this time.
0 commit comments