Skip to content

Commit c188466

Browse files
tniessendanielleadams
authored andcommitted
doc: fix quotes in stream docs
PR-URL: #37269 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

+1-1
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)