Skip to content

Commit

Permalink
doc: fix typo in stream docs
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Mar 11, 2021
1 parent bfa6e37 commit 79aa850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -2197,7 +2197,7 @@ user programs.
#### `writable._writev(chunks, callback)`

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

0 comments on commit 79aa850

Please sign in to comment.