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 e3f86c5 commit 2921658Copy full SHA for 2921658
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