Skip to content

Commit

Permalink
doc: improve buffer.md a tiny bit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tomanagle authored and codebytere committed Jul 8, 2020
1 parent 8adfb54 commit 5416635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ into the JavaScript language. A number of additional methods are supported
that cover additional use cases. Node.js APIs accept plain [`Uint8Array`][]s
wherever `Buffer`s are supported as well.

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

0 comments on commit 5416635

Please sign in to comment.