Skip to content

Commit

Permalink
buffer: update doc/api/buffer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aviv Keller <[email protected]>
  • Loading branch information
duncpro and Aviv Keller authored Oct 27, 2024
1 parent 6e59723 commit 2858bb5
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 @@ -1043,7 +1043,7 @@ in `list` by adding their lengths.
If `totalLength` is provided, it is coerced to an unsigned integer. If the
combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
truncated to `totalLength`. If the combined length of the `Buffer`s in `list` is
less than `totalLength` then the remaining space is filled with zeros.
less than `totalLength`, the remaining space is filled with zeros.

```mjs
import { Buffer } from 'node:buffer';
Expand Down

0 comments on commit 2858bb5

Please sign in to comment.