Browse Source

doc: add missing backtick in buffer.markdown

Fixes: https://github.com/nodejs/node/issues/2880
PR-URL: https://github.com/nodejs/node/pull/2881
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v4.x
Sven Slootweg 9 years ago
committed by Jeremiah Senkpiel
parent
commit
cd643d7c37
  1. 2
      doc/api/buffer.markdown

2
doc/api/buffer.markdown

@ -248,7 +248,7 @@ may be beyond the end of the buffer. Defaults to `false`.
Decodes and returns a string from buffer data encoded using the specified Decodes and returns a string from buffer data encoded using the specified
character set encoding. If `encoding` is `undefined` or `null`, then `encoding` character set encoding. If `encoding` is `undefined` or `null`, then `encoding`
defaults to `'utf8'. The `start` and `end` parameters default to `0` and defaults to `'utf8'`. The `start` and `end` parameters default to `0` and
`buffer.length` when `undefined`. `buffer.length` when `undefined`.
buf = new Buffer(26); buf = new Buffer(26);

Loading…
Cancel
Save