Skip to content

Commit cf84fff

Browse files
avivkellertargos
authored andcommitted
doc: link to TypedArray.from() in signature
PR-URL: #59226 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
1 parent baa2289 commit cf84fff

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
@@ -405,7 +405,7 @@ implementations. Specifically, the {TypedArray} variants accept a second
405405
argument that is a mapping function that is invoked on every element of the
406406
typed array:
407407

408-
* `TypedArray.from(source[, mapFn[, thisArg]])`
408+
* [`TypedArray.from(source[, mapFn[, thisArg]])`][`TypedArray.from()`]
409409

410410
The `Buffer.from()` method, however, does not support the use of a mapping
411411
function:

0 commit comments

Comments
 (0)