diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 981c053ac40f0c..5d5cdef6850bdf 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -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.