From e2b3ae346870607af3775f0a1f5d29c8ed0787c5 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 26 Jul 2025 11:59:04 -0400 Subject: [PATCH] doc: link to `TypedArray.from()` in signature --- doc/api/buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: