Skip to content

Commit

Permalink
Fix typo in ring::rand's documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies authored and briansmith committed Jul 21, 2017
1 parent 77c07cf commit 5f8d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub trait SecureRandom {
/// opened until `fill` is called. In particular, `SystemRandom::new()` will
/// not open `/dev/urandom` or do other potentially-high-latency things. The
/// file handle will never be closed, until the operating system closes it at
/// process shutdown. All instance of `SystemRandom` will share a single file
/// process shutdown. All instances of `SystemRandom` will share a single file
/// handle.
///
/// On Linux, to properly implement seccomp filtering when the
Expand Down

0 comments on commit 5f8d332

Please sign in to comment.