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 f5e4625 commit c188466Copy full SHA for c188466
doc/api/stream.md
@@ -2169,7 +2169,7 @@ user programs.
2169
be written. The `chunk` will be a string if the `Writable` was created with
2170
the `decodeStrings` option set to `false` and a string was passed to `write()`.
2171
* `encoding` {string} The character encoding of the `chunk`. If `chunk` is
2172
- a `Buffer`, the `encoding` will be `'buffer`.
+ a `Buffer`, the `encoding` will be `'buffer'`.
2173
* `callback` {Function} A callback function (optionally with an error
2174
argument) to be invoked when processing is complete for the supplied chunks.
2175
0 commit comments