Skip to content

Commit 7456235

Browse files
H1Gdevvsemozhetbyt
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 f2e3a4e commit 7456235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/buffer.md

Lines changed: 1 addition & 1 deletion
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)