Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66cdd00

Browse filesBrowse files
avivkellerrichardlau
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 9b66ce5 commit 66cdd00
Copy full SHA for 66cdd00

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/buffer.md‎

Copy file name to clipboardExpand all lines: doc/api/buffer.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.