We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b814c commit e20fe53Copy full SHA for e20fe53
doc/api/buffer.md
@@ -2529,9 +2529,7 @@ changes:
2529
* `size` {integer} The desired length of the new `Buffer`.
2530
2531
See [`Buffer.alloc()`][] and [`Buffer.allocUnsafe()`][]. This variant of the
2532
-constructor is equivalent to [`Buffer.allocUnsafe()`][], although using
2533
-[`Buffer.alloc()`][] is recommended in code paths that are not critical to
2534
-performance.
+constructor is equivalent to [`Buffer.alloc()`][].
2535
2536
### `new Buffer(string[, encoding])`
2537
<!-- YAML
0 commit comments