We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent d426143 commit 8b5e42eCopy full SHA for 8b5e42e
doc/api/stream.md
@@ -2029,7 +2029,7 @@ user programs.
2029
be written. The `chunk` will be a string if the `Writable` was created with
2030
the `decodeStrings` option set to `false` and a string was passed to `write()`.
2031
* `encoding` {string} The character encoding of the `chunk`. If `chunk` is
2032
- a `Buffer`, the `encoding` will be `'buffer`.
+ a `Buffer`, the `encoding` will be `'buffer'`.
2033
* `callback` {Function} A callback function (optionally with an error
2034
argument) to be invoked when processing is complete for the supplied chunks.
2035
0 commit comments