Skip to content

Commit c1a3ef9

Browse files
committed
doc: fix doc
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent 9849742 commit c1a3ef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/diagnostics_channel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,9 @@ Emitted when a stream is received on the client.
12471247

12481248
* `stream` {ClientHttp2Stream}
12491249
* `writev` {boolean}
1250-
* `data` {Buffer | string | Array\<Buffer | {chunk: Buffer|string, encoding: string}>}
1250+
* `data` {Buffer | string | Buffer\[] | Object\[]}
1251+
* `chunk` {Buffer|string}
1252+
* `encoding` {string}
12511253
* `encoding` {string}
12521254

12531255
Emitted when a chunk of the client stream body is being sent.

0 commit comments

Comments
 (0)