Skip to content

Commit

Permalink
doc: add missing comma in crypto doc
Browse files Browse the repository at this point in the history
PR-URL: #38142
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
tniessen authored and panva committed Apr 8, 2021
1 parent e8cb644 commit 0fa579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -4557,7 +4557,7 @@ randomFill(buf, 5, 5, (err, buf) => {
});
```

Any `ArrayBuffer` `TypedArray` or `DataView` instance may be passed as
Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as
`buffer`.

```mjs
Expand Down

0 comments on commit 0fa579a

Please sign in to comment.