Skip to content

Commit c184929

Browse files
tomanaglecodebytere
authored andcommitted
doc: improve buffer.md a tiny bit
PR-URL: #33547 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent af14c1f commit c184929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ into the JavaScript language. A number of additional methods are supported
1414
that cover additional use cases. Node.js APIs accept plain [`Uint8Array`][]s
1515
wherever `Buffer`s are supported as well.
1616

17-
Instances of the `Buffer` class, and [`Uint8Array`][]s in general,
17+
Instances of `Buffer`, and instances of [`Uint8Array`][] in general,
1818
are similar to arrays of integers from `0` to `255`, but correspond to
1919
fixed-sized blocks of memory and cannot contain any other values.
2020
The size of a `Buffer` is established when it is created and cannot be changed.

0 commit comments

Comments
 (0)