Skip to content

Commit

Permalink
Fix docs for linux_with_fallback module
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 21, 2024
1 parent 90bb19f commit 985b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux_with_fallback.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Implementation for Linux with `/dev/urandom` fallback
//! Implementation for Linux / Android with `/dev/urandom` fallback
use crate::{
lazy::LazyBool,
util_libc::{getrandom_syscall, last_os_error, sys_fill_exact},
Expand Down

0 comments on commit 985b5eb

Please sign in to comment.