We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cb644 commit 0fa579aCopy full SHA for 0fa579a
1 file changed
doc/api/crypto.md
@@ -4557,7 +4557,7 @@ randomFill(buf, 5, 5, (err, buf) => {
4557
});
4558
```
4559
4560
-Any `ArrayBuffer` `TypedArray` or `DataView` instance may be passed as
+Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as
4561
`buffer`.
4562
4563
```mjs
0 commit comments