Skip to content

Commit 1fd8f37

Browse files
dyanarosejasnell
authored andcommitted
doc: buffer, adding missing backtick
PR-URL: nodejs/node-v0.x-archive#25811 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d384bf8 commit 1fd8f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ may be beyond the end of the buffer. Defaults to `false`.
250250

251251
Decodes and returns a string from buffer data encoded using the specified
252252
character set encoding. If `encoding` is `undefined` or `null`, then `encoding`
253-
defaults to `'utf8'. The `start` and `end` parameters default to `0` and
253+
defaults to `'utf8'`. The `start` and `end` parameters default to `0` and
254254
`buffer.length` when `undefined`.
255255

256256
buf = new Buffer(26);

0 commit comments

Comments
 (0)