Skip to content

Commit fff2c8b

Browse files
committed
doc: fix max length on stream.md
See: nodejs#18438
1 parent 5e3f516 commit fff2c8b

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)