summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
diff options
context:
space:
mode:
authorTuan Anh Tran <me@tuananh.org>2017-09-11 14:10:09 +0700
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-09-13 18:54:54 +0300
commit0dad97cdec754f4be82f32645342a1a28ea06501 (patch)
treeb22883304223ce08cc4748f98173201d359d139f /doc/api/buffer.md
parent35a526c1d4702d54c464510f448879f096a97321 (diff)
downloadandroid-node-v8-0dad97cdec754f4be82f32645342a1a28ea06501.tar.gz
android-node-v8-0dad97cdec754f4be82f32645342a1a28ea06501.tar.bz2
android-node-v8-0dad97cdec754f4be82f32645342a1a28ea06501.zip
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>
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 363b10bc66..0b01370f90 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -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`