Skip to content

Commit

Permalink
doc: surround Buffer with backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel59 committed Apr 4, 2018
1 parent 2e78f6a commit 0e9e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ data at once, the `writable._writev()` method should be implemented.

If the `decodeStrings` property is explicitly set to `false` in the constructor
options, then `chunk` will remain the same object that is passed to `.write()`,
and may be a string rather than a Buffer. This is to support implementations
and may be a string rather than a `Buffer`. This is to support implementations
that have an optimized handling for certain string data encodings. In that case,
the `encoding` argument will indicate the character encoding of the string.
Otherwise, the `encoding` argument can be safely ignored.
Expand Down

0 comments on commit 0e9e2e2

Please sign in to comment.