We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f475e79 commit 231eff9Copy full SHA for 231eff9
doc/api/buffer.md
@@ -1034,7 +1034,7 @@ changes:
1034
compare `buf`.
1035
* `targetStart` {integer} The offset within `target` at which to begin
1036
comparison. **Default:** `0`.
1037
-* `targetEnd` {integer} The offset with `target` at which to end comparison
+* `targetEnd` {integer} The offset within `target` at which to end comparison
1038
(not inclusive). **Default:** `target.length`.
1039
* `sourceStart` {integer} The offset within `buf` at which to begin comparison.
1040
**Default:** `0`.
0 commit comments