Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: removed double "array"
  • Loading branch information
Robert Williams committed Aug 30, 2020
commit 87975ed8d7fc8598da88e8ffd766a02268706c20
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ In particular:
There are two ways to create new [`TypedArray`][] instances from a `Buffer`:

* Passing a `Buffer` to a [`TypedArray`][] constructor will copy the `Buffer`s
contents, interpreted an array array of integers, and not as a byte sequence
contents, interpreted as an array of integers, and not as a byte sequence
of the target type.

```js
Expand Down