Skip to content

Commit 90bb19f

Browse files
committed
Tweak docs
1 parent 5659edc commit 90bb19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ cfg_if! {
232232
target_os = "android",
233233
all(
234234
target_os = "linux",
235-
// Only on these architectures Rust supports Linux kernel versions (3.2+)
235+
// Only on these `target_arch`es Rust supports Linux kernel versions (3.2+)
236236
// that precede the version (3.17) in which `getrandom(2)` was added:
237237
// https://doc.rust-lang.org/stable/rustc/platform-support.html
238238
any(

0 commit comments

Comments
 (0)