Skip to content

Commit

Permalink
doc: add missing backtick in buffer.markdown
Browse files Browse the repository at this point in the history
Fixes: #2880
PR-URL: #2881
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
joepie91 authored and Fishrock123 committed Sep 15, 2015
1 parent 43397b2 commit cd643d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
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`.

buf = new Buffer(26);
Expand Down

0 comments on commit cd643d7

Please sign in to comment.