Skip to content

Commit b0f5b2a

Browse files
tuananhjasnell
authored andcommitted
doc: fix "added in" for Buffer.allocUnsafeSlow()
PR-URL: #15330 Fixes: #15279 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 29e38ab commit b0f5b2a

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
@@ -616,7 +616,7 @@ additional performance that [`Buffer.allocUnsafe()`] provides.
616616

617617
### Class Method: Buffer.allocUnsafeSlow(size)
618618
<!-- YAML
619-
added: v5.10.0
619+
added: v5.12.0
620620
-->
621621

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

0 commit comments

Comments
 (0)