diff --git a/doc/api/buffer.md b/doc/api/buffer.md index ee7d9913fc2e3f..9c4ec78d38643e 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -405,7 +405,7 @@ implementations. Specifically, the {TypedArray} variants accept a second argument that is a mapping function that is invoked on every element of the typed array: -* `TypedArray.from(source[, mapFn[, thisArg]])` +* [`TypedArray.from(source[, mapFn[, thisArg]])`][`TypedArray.from()`] The `Buffer.from()` method, however, does not support the use of a mapping function: