doc: make the abbreviation 1MM clear
Refs: https://github.com/nodejs/io.js/pull/2050 PR-URL: https://github.com/nodejs/io.js/pull/2053 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
628a3ab093
commit
c370bd3aea
@ -527,7 +527,7 @@ event will indicate when it is appropriate to begin writing more data
|
|||||||
to the stream.
|
to the stream.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Write the data to the supplied writable stream 1MM times.
|
// Write the data to the supplied writable stream one million times.
|
||||||
// Be attentive to back-pressure.
|
// Be attentive to back-pressure.
|
||||||
function writeOneMillionTimes(writer, data, encoding, callback) {
|
function writeOneMillionTimes(writer, data, encoding, callback) {
|
||||||
var i = 1000000;
|
var i = 1000000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user