Browse Source

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>
v4.0.0-rc
Ivan Yan 9 years ago
committed by cjihrig
parent
commit
c370bd3aea
  1. 2
      doc/api/stream.markdown

2
doc/api/stream.markdown

@ -527,7 +527,7 @@ event will indicate when it is appropriate to begin writing more data
to the stream.
```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.
function writeOneMillionTimes(writer, data, encoding, callback) {
var i = 1000000;

Loading…
Cancel
Save