Skip to content

Commit c188466

Browse files
tniessendanielleadams
authored andcommitted
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 f5e4625 commit c188466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ user programs.
21692169
be written. The `chunk` will be a string if the `Writable` was created with
21702170
the `decodeStrings` option set to `false` and a string was passed to `write()`.
21712171
* `encoding` {string} The character encoding of the `chunk`. If `chunk` is
2172-
a `Buffer`, the `encoding` will be `'buffer`.
2172+
a `Buffer`, the `encoding` will be `'buffer'`.
21732173
* `callback` {Function} A callback function (optionally with an error
21742174
argument) to be invoked when processing is complete for the supplied chunks.
21752175

0 commit comments

Comments
 (0)