summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-03-31 11:14:42 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-04-03 00:50:40 +0300
commitf89568e82569b983b6efb96088465cb472bc5e8c (patch)
tree62d56c523538d8d14d01a1807c15cdc8f5c27e84 /doc/api/buffer.md
parent1dd9662e2ba4934763ea764f2aede977c6c68339 (diff)
downloadandroid-node-v8-f89568e82569b983b6efb96088465cb472bc5e8c.tar.gz
android-node-v8-f89568e82569b983b6efb96088465cb472bc5e8c.tar.bz2
android-node-v8-f89568e82569b983b6efb96088465cb472bc5e8c.zip
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>
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index fb99c70b19..d238b61d2a 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -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`.