Skip to content

Commit 2921658

Browse files
tpoisseauRafaelGSS
authored andcommitted
doc: buffer: fix typo on Buffer.copyBytesFrom( offset option
PR-URL: #57015 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e3f86c5 commit 2921658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ added:
10971097
-->
10981098

10991099
* `view` {TypedArray} The {TypedArray} to copy.
1100-
* `offset` {integer} The starting offset within `view`. **Default:**: `0`.
1100+
* `offset` {integer} The starting offset within `view`. **Default:** `0`.
11011101
* `length` {integer} The number of elements from `view` to copy.
11021102
**Default:** `view.length - offset`.
11031103
* Returns: {Buffer}

0 commit comments

Comments
 (0)