We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af14c1f commit c184929Copy full SHA for c184929
doc/api/buffer.md
@@ -14,7 +14,7 @@ into the JavaScript language. A number of additional methods are supported
14
that cover additional use cases. Node.js APIs accept plain [`Uint8Array`][]s
15
wherever `Buffer`s are supported as well.
16
17
-Instances of the `Buffer` class, and [`Uint8Array`][]s in general,
+Instances of `Buffer`, and instances of [`Uint8Array`][] in general,
18
are similar to arrays of integers from `0` to `255`, but correspond to
19
fixed-sized blocks of memory and cannot contain any other values.
20
The size of a `Buffer` is established when it is created and cannot be changed.
0 commit comments