diff --git a/doc/api/stream.md b/doc/api/stream.md index 68a0720f3399e4..1447f1b51eda30 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1757,6 +1757,12 @@ const myWritable = new Writable({ ``` #### writable.\_write(chunk, encoding, callback) + * `chunk` {Buffer|string|any} The `Buffer` to be written, converted from the `string` passed to [`stream.write()`][stream-write]. If the stream's