Skip to content

Commit dcc8902

Browse files
committed
Fix typos
1 parent 0adc101 commit dcc8902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
//! |------------------|---------------------------------------------------------
1515
//! | Linux, Android | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after reading from `/dev/random` once
1616
//! | Windows | [`RtlGenRandom`][3]
17-
//! | macOS | [`getentropy()`][19] if available, otherise [`/dev/random`][20] (identical to `/dev/urandom`)
17+
//! | macOS | [`getentropy()`][19] if available, otherwise [`/dev/random`][20] (identical to `/dev/urandom`)
1818
//! | iOS | [`SecRandomCopyBytes`][4]
19-
//! | FreeBSD | [`getrandom()`][21] if available, otherise [`kern.arandom`][5]
19+
//! | FreeBSD | [`getrandom()`][21] if available, otherwise [`kern.arandom`][5]
2020
//! | OpenBSD | [`getentropy`][6]
2121
//! | NetBSD | [`/dev/urandom`][7] after reading from `/dev/random` once
2222
//! | Dragonfly BSD | [`/dev/random`][8]

0 commit comments

Comments
 (0)