Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: buffer, adding missing backtick
Browse files Browse the repository at this point in the history
PR-URL: #25811
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
dyanarose authored and jasnell committed Aug 13, 2015
1 parent d384bf8 commit 1fd8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.markdown
Expand Up @@ -250,7 +250,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 1fd8f37

Please sign in to comment.