Skip to content

Commit

Permalink
doc: fix max length on stream.md
Browse files Browse the repository at this point in the history
See: #18438

PR-URL: #19169
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
mcollina committed Mar 6, 2018
1 parent 5e3f516 commit 1a5ec83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1a5ec83

Please sign in to comment.