mirror of https://github.com/nodejs/node.git
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
parent
1dd9662e2b
commit
f89568e825
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue