Skip to content

Commit

Permalink
doc: remove a wrong remark in the buffer.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#9795
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
vsemozhetbyt authored and Jonathan Darling committed Dec 8, 2016
1 parent aa29de0 commit 625bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit 625bd7a

Please sign in to comment.