Skip to content

Commit 8b5e42e

Browse files
tniessentargos
authored andcommittedMay 1, 2021
doc: fix quotes in stream docs
PR-URL: #37269 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent d426143 commit 8b5e42e

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
@@ -2029,7 +2029,7 @@ user programs.
20292029
be written. The `chunk` will be a string if the `Writable` was created with
20302030
the `decodeStrings` option set to `false` and a string was passed to `write()`.
20312031
* `encoding` {string} The character encoding of the `chunk`. If `chunk` is
2032-
a `Buffer`, the `encoding` will be `'buffer`.
2032+
a `Buffer`, the `encoding` will be `'buffer'`.
20332033
* `callback` {Function} A callback function (optionally with an error
20342034
argument) to be invoked when processing is complete for the supplied chunks.
20352035

0 commit comments

Comments
 (0)
Please sign in to comment.