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 BethGriggs committed Feb 12, 2019
1 parent 56916c8 commit ad40e78
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 @@ -2220,7 +2220,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 @@ -2264,7 +2266,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 ad40e78

Please sign in to comment.