From fff2c8ba82b8df12f16ea2daabbfa8be95b31873 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 6 Mar 2018 14:39:15 +0100 Subject: [PATCH] doc: fix max length on stream.md See: https://github.com/nodejs/node/pull/18438 --- doc/api/stream.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 32e368f05f1875..b43f66996b5dec 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}