Skip to content

Commit

Permalink
doc: fix incorrect api version for Buffer.allocUnsafeSlow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwgoh committed Sep 13, 2017
1 parent fca7e49 commit 10117aa
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 @@ -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`
Expand Down

0 comments on commit 10117aa

Please sign in to comment.