Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ changes:
-->

`Buffer` instances are also JavaScript {Uint8Array} and {TypedArray}
instances. All {TypedArray} methods are available on `Buffer`s. There are,
instances. All {TypedArray} methods and properties are available on `Buffer`s. There are,
however, subtle incompatibilities between the `Buffer` API and the
{TypedArray} API.

Expand Down
Loading