Skip to content

Commit a37be0d

Browse files
committed
Fix Target Triple
Signed-off-by: Joe Richey <[email protected]>
1 parent a0d23eb commit a37be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! | Target | Target Triple | Implementation
1414
//! | ----------------- | ------------------ | --------------
1515
//! | Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after successfully polling `/dev/random` |
16-
//! | Windows | `*‑pc‑windows‑*` | [`BCryptGenRandom`][3] |
16+
//! | Windows | `*‑windows‑*` | [`BCryptGenRandom`][3] |
1717
//! | macOS | `*‑apple‑darwin` | [`getentropy()`][19] if available, otherwise [`/dev/random`][20] (identical to `/dev/urandom`)
1818
//! | iOS | `*‑apple‑ios` | [`SecRandomCopyBytes`][4]
1919
//! | FreeBSD | `*‑freebsd` | [`getrandom()`][21] if available, otherwise [`kern.arandom`][5]

0 commit comments

Comments
 (0)