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 8b44be9 commit 9038620Copy full SHA for 9038620
doc/api/buffer.md
@@ -2521,9 +2521,7 @@ changes:
2521
* `size` {integer} The desired length of the new `Buffer`.
2522
2523
See [`Buffer.alloc()`][] and [`Buffer.allocUnsafe()`][]. This variant of the
2524
-constructor is equivalent to [`Buffer.allocUnsafe()`][], although using
2525
-[`Buffer.alloc()`][] is recommended in code paths that are not critical to
2526
-performance.
+constructor is equivalent to [`Buffer.alloc()`][].
2527
2528
### `new Buffer(string[, encoding])`
2529
<!-- YAML
0 commit comments