Skip to content

Commit c370bd3

Browse files
yanxyzcjihrig
authored andcommitted
doc: make the abbreviation 1MM clear
Refs: #2050 PR-URL: #2053 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 628a3ab commit c370bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ event will indicate when it is appropriate to begin writing more data
527527
to the stream.
528528

529529
```javascript
530-
// Write the data to the supplied writable stream 1MM times.
530+
// Write the data to the supplied writable stream one million times.
531531
// Be attentive to back-pressure.
532532
function writeOneMillionTimes(writer, data, encoding, callback) {
533533
var i = 1000000;

0 commit comments

Comments
 (0)