Skip to content

Commit 5416635

Browse files
tomanaglecodebytere
authored andcommittedJul 8, 2020
doc: improve buffer.md a tiny bit
PR-URL: #33547 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8adfb54 commit 5416635

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)
Please sign in to comment.