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