Skip to content

Commit 50f3ad1

Browse files
iskerruyadorno
authored andcommitted
doc: fix typo in stream docs
PR-URL: #37716 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent 6ed9e0b commit 50f3ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ user programs.
21972197
#### `writable._writev(chunks, callback)`
21982198

21992199
* `chunks` {Object[]} The data to be written. The value is an array of {Object}
2200-
that each represent a discreet chunk of data to write. The properties of
2200+
that each represent a discrete chunk of data to write. The properties of
22012201
these objects are:
22022202
* `chunk` {Buffer|string} A buffer instance or string containing the data to
22032203
be written. The `chunk` will be a string if the `Writable` was created with

0 commit comments

Comments
 (0)