Skip to content

Commit 1a5ec83

Browse files
committed
doc: fix max length on stream.md
See: #18438 PR-URL: #19169 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 5e3f516 commit 1a5ec83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/stream.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,8 @@ constructor and implement the `writable._write()` method. The
13891389
changes:
13901390
- version: REPLACEME
13911391
pr-url: https://github.com/nodejs/node/pull/18438
1392-
description: Add `emitClose` option to specify if `close` is emitted on destroy
1392+
description: >
1393+
Add `emitClose` option to specify if `close` is emitted on destroy
13931394
-->
13941395

13951396
* `options` {Object}

0 commit comments

Comments
 (0)