Skip to content

Commit 7ef6edd

Browse files
docs(NODE-6960): fix typo in getWriteErrorCount comment (#4544)
1 parent 25f5bb9 commit 7ef6edd

File tree

67 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed

docs/2.2/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,7 @@ <h4 class="name" id="getWriteErrorCount">
27352735

27362736

27372737
<div class="description">
2738-
<p>Returns the number of write errors off the bulk operation</p>
2738+
<p>Returns the number of write errors from the bulk operation</p>
27392739
</div>
27402740

27412741

docs/2.2/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
19581958
}
19591959

19601960
/**
1961-
* Returns the number of write errors off the bulk operation
1961+
* Returns the number of write errors from the bulk operation
19621962
*
19631963
* @return {number}
19641964
*/

docs/3.0/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ <h4 class="name" id="getWriteErrorCount">
28802880

28812881

28822882
<div class="description">
2883-
<p>Returns the number of write errors off the bulk operation</p>
2883+
<p>Returns the number of write errors from the bulk operation</p>
28842884
</div>
28852885

28862886

docs/3.0/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
20832083
};
20842084

20852085
/**
2086-
* Returns the number of write errors off the bulk operation
2086+
* Returns the number of write errors from the bulk operation
20872087
*
20882088
* @return {number}
20892089
*/

docs/3.1/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3099,7 +3099,7 @@ <h4 class="name" id="getWriteErrorCount">
30993099

31003100

31013101
<div class="description">
3102-
<p>Returns the number of write errors off the bulk operation</p>
3102+
<p>Returns the number of write errors from the bulk operation</p>
31033103
</div>
31043104

31053105

docs/3.1/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
22642264
}
22652265

22662266
/**
2267-
* Returns the number of write errors off the bulk operation
2267+
* Returns the number of write errors from the bulk operation
22682268
*
22692269
* @return {number}
22702270
*/

docs/3.2/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ <h4 class="name" id="getWriteErrorCount">
31233123

31243124

31253125
<div class="description">
3126-
<p>Returns the number of write errors off the bulk operation</p>
3126+
<p>Returns the number of write errors from the bulk operation</p>
31273127
</div>
31283128

31293129

docs/3.2/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
22762276
}
22772277

22782278
/**
2279-
* Returns the number of write errors off the bulk operation
2279+
* Returns the number of write errors from the bulk operation
22802280
*
22812281
* @return {number}
22822282
*/

docs/3.3/api/BulkWriteResult.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ <h4 class="name" id="getWriteErrorCount">
31913191

31923192

31933193
<div class="description">
3194-
<p>Returns the number of write errors off the bulk operation</p>
3194+
<p>Returns the number of write errors from the bulk operation</p>
31953195
</div>
31963196

31973197

docs/3.3/api/lib_bulk_common.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ <h1 class="page-title" data-filename="lib_bulk_common.js.html">Source: lib/bulk/
23332333
}
23342334

23352335
/**
2336-
* Returns the number of write errors off the bulk operation
2336+
* Returns the number of write errors from the bulk operation
23372337
*
23382338
* @return {number}
23392339
*/

0 commit comments

Comments
 (0)