Skip to content

Commit 14a160a

Browse files
iskertargos
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 3f86dc1 commit 14a160a

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
@@ -2023,7 +2023,7 @@ user programs.
20232023
#### `writable._writev(chunks, callback)`
20242024

20252025
* `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
2026+
that each represent a discrete chunk of data to write. The properties of
20272027
these objects are:
20282028
* `chunk` {Buffer|string} A buffer instance or string containing the data to
20292029
be written. The `chunk` will be a string if the `Writable` was created with

0 commit comments

Comments
 (0)