Skip to content

Commit c039515

Browse files
committed
fixup
1 parent ee8d279 commit c039515

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/stream.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,12 @@ const myWritable = new Writable({
17571757
```
17581758

17591759
#### writable.\_write(chunk, encoding, callback)
1760+
<!-- YAML
1761+
changes:
1762+
- version: REPLACEME
1763+
pr-url: https://github.com/nodejs/node/pull/29639
1764+
description: _write is optional when providing _writev.
1765+
-->
17601766

17611767
* `chunk` {Buffer|string|any} The `Buffer` to be written, converted from the
17621768
`string` passed to [`stream.write()`][stream-write]. If the stream's

0 commit comments

Comments
 (0)