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>
This commit is contained in:
parent
1dd9662e2b
commit
f89568e825
@ -1034,7 +1034,7 @@ changes:
|
|||||||
compare `buf`.
|
compare `buf`.
|
||||||
* `targetStart` {integer} The offset within `target` at which to begin
|
* `targetStart` {integer} The offset within `target` at which to begin
|
||||||
comparison. **Default:** `0`.
|
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`.
|
(not inclusive). **Default:** `target.length`.
|
||||||
* `sourceStart` {integer} The offset within `buf` at which to begin comparison.
|
* `sourceStart` {integer} The offset within `buf` at which to begin comparison.
|
||||||
**Default:** `0`.
|
**Default:** `0`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user