Skip to content

Commit 61e3573

Browse files
authored
Typo: bwytes -> bytes
1 parent e1d6ff6 commit 61e3573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This proposal is intentionally pared down to the basic set of commonly-written r
2525
* `Random.int(a,b)` - generates an integer in a-b
2626
* `Random.bigint(a,b)` - generates a bigint in a-b
2727
* `Random.bytes(n)` - generates a UInt8Array filled with N random bytes
28-
* `Random.fillBytes(buf)` - fills `buf` with random bytwes
28+
* `Random.fillBytes(buf)` - fills `buf` with random bytes
2929

3030
## `Random.random(options: RandomOptions?): Number` ##
3131

0 commit comments

Comments
 (0)