Skip to content

Commit adc9ba4

Browse files
mcollinaMayaLekova
authored andcommitted
doc: fix max length on stream.md
See: nodejs#18438 PR-URL: nodejs#19169 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 0c06542 commit adc9ba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: 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)