Skip to content

Commit cd643d7

Browse files
joepie91Fishrock123
authored andcommitted
doc: add missing backtick in buffer.markdown
Fixes: #2880 PR-URL: #2881 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 43397b2 commit cd643d7

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)