Skip to content

Commit d42465e

Browse files
committed
doc: add missing backtick in buffer.markdown
1 parent 704dcce commit d42465e

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
@@ -248,7 +248,7 @@ may be beyond the end of the buffer. Defaults to `false`.
248248

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

254254
buf = new Buffer(26);

0 commit comments

Comments
 (0)