doc: fix possible typo in buffer.md

PR-URL: https://github.com/nodejs/node/pull/27030
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
pull/27037/head
Vse Mozhet Byt 2019-03-31 11:14:42 +03:00
parent 1dd9662e2b
commit f89568e825
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ changes:
compare `buf`.
* `targetStart` {integer} The offset within `target` at which to begin
comparison. **Default:** `0`.
* `targetEnd` {integer} The offset with `target` at which to end comparison
* `targetEnd` {integer} The offset within `target` at which to end comparison
(not inclusive). **Default:** `target.length`.
* `sourceStart` {integer} The offset within `buf` at which to begin comparison.
**Default:** `0`.