Skip to content

Commit 0240df0

Browse files
committed
tweak docs
1 parent d065094 commit 0240df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
//! | ------------------ | ------------------ | --------------
77
//! | Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after successfully polling `/dev/random`
88
//! | Windows 10+ | `*‑windows‑*` | [`ProcessPrng`]
9-
//! | Windows 7 and 8 | `*-win7‑windows‑*` | [`RtlGenRandom`]
9+
//! | Windows 7, 8 | `*-win7‑windows‑*` | [`RtlGenRandom`]
1010
//! | macOS | `*‑apple‑darwin` | [`getentropy`][3]
1111
//! | iOS, tvOS, watchOS | `*‑apple‑ios`, `*-apple-tvos`, `*-apple-watchos` | [`CCRandomGenerateBytes`]
1212
//! | FreeBSD | `*‑freebsd` | [`getrandom`][5]
1313
//! | OpenBSD | `*‑openbsd` | [`getentropy`][7]
1414
//! | NetBSD | `*‑netbsd` | [`getrandom`][16] if available, otherwise [`kern.arandom`][8]
1515
//! | Dragonfly BSD | `*‑dragonfly` | [`getrandom`][9]
16-
//! | Solaris | `*‑solaris` | [`getrandom`][11] (with `GRND_RANDOM`)
16+
//! | Solaris | `*‑solaris` | [`getrandom`][11] with `GRND_RANDOM`
1717
//! | illumos | `*‑illumos` | [`getrandom`][12]
1818
//! | Fuchsia OS | `*‑fuchsia` | [`cprng_draw`]
1919
//! | Redox | `*‑redox` | `/dev/urandom`

0 commit comments

Comments
 (0)