doc: link to `TypedArray.from()` in signature · nodejs/node@cf84fff

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: