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 d5aa770 commit e6cf5f5Copy full SHA for e6cf5f5
doc/api/buffer.md
@@ -1097,7 +1097,7 @@ added:
1097
-->
1098
1099
* `view` {TypedArray} The {TypedArray} to copy.
1100
-* `offset` {integer} The starting offset within `view`. **Default:**: `0`.
+* `offset` {integer} The starting offset within `view`. **Default:** `0`.
1101
* `length` {integer} The number of elements from `view` to copy.
1102
**Default:** `view.length - offset`.
1103
* Returns: {Buffer}
0 commit comments