We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a741 commit f475e79Copy full SHA for f475e79
doc/api/buffer.md
@@ -530,7 +530,7 @@ console.log(buf);
530
// Prints: <Buffer 00 00 00 00 00>
531
```
532
533
-Allocates a new `Buffer` of `size` bytes. If `size` is larger than
+If `size` is larger than
534
[`buffer.constants.MAX_LENGTH`] or smaller than 0, [`ERR_INVALID_OPT_VALUE`] is
535
thrown. A zero-length `Buffer` is created if `size` is 0.
536
0 commit comments