diff --git a/doc/api/buffer.md b/doc/api/buffer.md index ab90ddf353f6db..3b4c8432e6e971 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2521,9 +2521,7 @@ changes: * `size` {integer} The desired length of the new `Buffer`. See [`Buffer.alloc()`][] and [`Buffer.allocUnsafe()`][]. This variant of the -constructor is equivalent to [`Buffer.allocUnsafe()`][], although using -[`Buffer.alloc()`][] is recommended in code paths that are not critical to -performance. +constructor is equivalent to [`Buffer.alloc()`][]. ### `new Buffer(string[, encoding])`