doc: remove a wrong remark in the buffer.md

PR-URL: https://github.com/nodejs/node/pull/9795
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Vse Mozhet Byt 2016-11-26 23:19:28 +02:00 committed by Anna Henningsen
parent 39ed512d8a
commit ae2b19687b
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -1223,7 +1223,7 @@ added: v6.0.0
-->
* `value` {String | Buffer | Integer} What to search for
* `byteOffset` {Integer} Where to begin searching in `buf` (not inclusive).
* `byteOffset` {Integer} Where to begin searching in `buf`.
**Default:** [`buf.length`]
* `encoding` {String} If `value` is a string, this is its encoding.
**Default:** `'utf8'`