We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Buffer.copyBytesFrom(
offset
1 parent 1e6a656 commit e4f2c25Copy full SHA for e4f2c25
doc/api/buffer.md
@@ -1098,7 +1098,7 @@ added:
1098
-->
1099
1100
* `view` {TypedArray} The {TypedArray} to copy.
1101
-* `offset` {integer} The starting offset within `view`. **Default:**: `0`.
+* `offset` {integer} The starting offset within `view`. **Default:** `0`.
1102
* `length` {integer} The number of elements from `view` to copy.
1103
**Default:** `view.length - offset`.
1104
* Returns: {Buffer}
0 commit comments