We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f86dc1 commit 14a160aCopy full SHA for 14a160a
doc/api/stream.md
@@ -2023,7 +2023,7 @@ user programs.
2023
#### `writable._writev(chunks, callback)`
2024
2025
* `chunks` {Object[]} The data to be written. The value is an array of {Object}
2026
- 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
2027
these objects are:
2028
* `chunk` {Buffer|string} A buffer instance or string containing the data to
2029
be written. The `chunk` will be a string if the `Writable` was created with
0 commit comments