Skip to content

Commit

Permalink
doc: fix "added in" for Buffer.allocUnsafeSlow()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tuananh authored and MylesBorins committed Oct 25, 2017
1 parent 6fe61d6 commit 0b2d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,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`
Expand Down

0 comments on commit 0b2d548

Please sign in to comment.