Skip to content

Commit 688fb8d

Browse files
H1Gdevaddaleax
authored andcommitted
doc: fix typo in Buffer API
PR-URL: #25544 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent cfcb759 commit 688fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ elements, and not as a byte array of the target type. That is,
221221
`[0x1020304]` or `[0x4030201]`.
222222

223223
It is possible to create a new `Buffer` that shares the same allocated memory as
224-
a [`TypedArray`] instance by using the `TypeArray` object's `.buffer` property.
224+
a [`TypedArray`] instance by using the `TypedArray` object's `.buffer` property.
225225

226226
```js
227227
const arr = new Uint16Array(2);

0 commit comments

Comments
 (0)