doc: fix max length on stream.md

See: https://github.com/nodejs/node/pull/18438

PR-URL: https://github.com/nodejs/node/pull/19169
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Matteo Collina 2018-03-06 14:39:15 +01:00
parent 5e3f51648e
commit 1a5ec837ca

View File

@ -1389,7 +1389,8 @@ constructor and implement the `writable._write()` method. The
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/18438
description: Add `emitClose` option to specify if `close` is emitted on destroy
description: >
Add `emitClose` option to specify if `close` is emitted on destroy
-->
* `options` {Object}