Skip to content

Commit

Permalink
doc: make the abbreviation 1MM clear
Browse files Browse the repository at this point in the history
Refs: nodejs#2050
PR-URL: nodejs#2053
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
yanxyz authored and mscdex committed Jul 9, 2015
1 parent 51bdf8c commit 17f6d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.markdown
Original file line number Diff line number Diff line change
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 17f6d69

Please sign in to comment.