Skip to content

Commit 231eff9

Browse files
vsemozhetbytBethGriggs
authored andcommitted
doc: fix possible typo in buffer.md
PR-URL: #27030 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent f475e79 commit 231eff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ changes:
10341034
compare `buf`.
10351035
* `targetStart` {integer} The offset within `target` at which to begin
10361036
comparison. **Default:** `0`.
1037-
* `targetEnd` {integer} The offset with `target` at which to end comparison
1037+
* `targetEnd` {integer} The offset within `target` at which to end comparison
10381038
(not inclusive). **Default:** `target.length`.
10391039
* `sourceStart` {integer} The offset within `buf` at which to begin comparison.
10401040
**Default:** `0`.

0 commit comments

Comments
 (0)