Skip to content

Commit 0fa579a

Browse files
tniessenpanva
authored andcommitted
doc: add missing comma in crypto doc
PR-URL: #38142 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent e8cb644 commit 0fa579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@ randomFill(buf, 5, 5, (err, buf) => {
45574557
});
45584558
```
45594559

4560-
Any `ArrayBuffer` `TypedArray` or `DataView` instance may be passed as
4560+
Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as
45614561
`buffer`.
45624562

45634563
```mjs

0 commit comments

Comments
 (0)