Skip to content

Commit 0b2d548

Browse files
tuananhMylesBorins
authored andcommitted
doc: fix "added in" for Buffer.allocUnsafeSlow()
PR-URL: #15330 Fixes: #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>
1 parent 6fe61d6 commit 0b2d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ additional performance that [`Buffer.allocUnsafe()`] provides.
555555

556556
### Class Method: Buffer.allocUnsafeSlow(size)
557557
<!-- YAML
558-
added: v5.10.0
558+
added: v5.12.0
559559
-->
560560

561561
* `size` {integer} The desired length of the new `Buffer`

0 commit comments

Comments
 (0)