Skip to content

Commit 185ba90

Browse files
authored
Merge pull request #22 from timbuckley/patch-1
Minor typo: bytwes -> bytes
2 parents e1d6ff6 + 61e3573 commit 185ba90

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)