From: Sven Slootweg Date: Tue, 15 Sep 2015 17:16:22 +0000 (+0200) Subject: doc: add missing backtick in buffer.markdown X-Git-Tag: v4.1.0~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd643d7c372af11af6ea40ac35d1882ece9d3b70;p=platform%2Fupstream%2Fnodejs.git 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 --- diff --git a/doc/api/buffer.markdown b/doc/api/buffer.markdown index f1e6e52..b539953 100644 --- a/doc/api/buffer.markdown +++ b/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 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);