Skip to content

Commit

Permalink
doc: fix added version of randomFill+randomFillSync
Browse files Browse the repository at this point in the history
PR-URL: #24812
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
watson authored and BridgeAR committed Dec 5, 2018
1 parent 751d961 commit 58e5c00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,9 @@ request.

### crypto.randomFillSync(buffer[, offset][, size])
<!-- YAML
added: v7.10.0
added:
- v7.10.0
- v6.13.0
changes:
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15231
Expand Down Expand Up @@ -2248,7 +2250,9 @@ console.log(Buffer.from(crypto.randomFillSync(c).buffer,

### crypto.randomFill(buffer[, offset][, size], callback)
<!-- YAML
added: v7.10.0
added:
- v7.10.0
- v6.13.0
changes:
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15231
Expand Down

0 comments on commit 58e5c00

Please sign in to comment.