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}