Skip to content

Commit

Permalink
doc: make the abbreviation 1MM clear
Browse files Browse the repository at this point in the history
Refs: #2050
PR-URL: #2053
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
yanxyz authored and cjihrig committed Jun 25, 2015
1 parent 628a3ab commit c370bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.markdown
Expand Up @@ -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;
Expand Down

0 comments on commit c370bd3

Please sign in to comment.