We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032373d commit 13ed817Copy full SHA for 13ed817
doc/api/stream.markdown
@@ -1000,7 +1000,7 @@ initialized.
1000
* `chunk` {Buffer | String} The chunk to be written. Will always
1001
be a buffer unless the `decodeStrings` option was set to `false`.
1002
* `encoding` {String} If the chunk is a string, then this is the
1003
- encoding type. Ignore chunk is a buffer. Note that chunk will
+ encoding type. Ignore if chunk is a buffer. Note that chunk will
1004
**always** be a buffer unless the `decodeStrings` option is
1005
explicitly set to `false`.
1006
* `callback` {Function} Call this function (optionally with an error
0 commit comments