We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704dcce commit d42465eCopy full SHA for d42465e
doc/api/buffer.markdown
@@ -248,7 +248,7 @@ may be beyond the end of the buffer. Defaults to `false`.
248
249
Decodes and returns a string from buffer data encoded using the specified
250
character set encoding. If `encoding` is `undefined` or `null`, then `encoding`
251
-defaults to `'utf8'. The `start` and `end` parameters default to `0` and
+defaults to `'utf8'`. The `start` and `end` parameters default to `0` and
252
`buffer.length` when `undefined`.
253
254
buf = new Buffer(26);
0 commit comments