doc: fix "added in" for Buffer.allocUnsafeSlow()

PR-URL: https://github.com/nodejs/node/pull/15330
Fixes: https://github.com/nodejs/node/issues/15279
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Tuan Anh Tran 2017-09-11 14:10:09 +07:00 committed by Vse Mozhet Byt
parent 35a526c1d4
commit 0dad97cdec

View File

@ -616,7 +616,7 @@ additional performance that [`Buffer.allocUnsafe()`] provides.
### Class Method: Buffer.allocUnsafeSlow(size)
<!-- YAML
added: v5.10.0
added: v5.12.0
-->
* `size` {integer} The desired length of the new `Buffer`