summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatteo Collina <hello@matteocollina.com>2018-03-06 14:39:15 +0100
committerMatteo Collina <hello@matteocollina.com>2018-03-06 14:52:19 +0100
commit1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc (patch)
tree1065b6ee805fac7f2848f0031a44f1f835f8b7cd /doc
parent5e3f51648ed5de36b01d53bde13fb6fb7b965667 (diff)
downloadandroid-node-v8-1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc.tar.gz
android-node-v8-1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc.tar.bz2
android-node-v8-1a5ec837ca56774f2a9ee54ee9a0f6cbfa01d4bc.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 32e368f05f..b43f66996b 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -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}