Skip to content

Commit

Permalink
Revert docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Aug 5, 2019
1 parent 6a45c49 commit 2602f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
A Rust library for retrieving random data from (operating) system source. It is
assumed that system always provides high-quality cryptographically secure random
data, ideally backed by hardware entropy sources. This crate derives its name
from Linux's `getrandom` function, but is cross platform, aiming to support
from Linux's `getrandom` function, but is cross platform, roughly supporting
the same set of platforms as Rust's `std` lib.

This is a low-level API. Most users should prefer using high-level random-number
Expand Down

0 comments on commit 2602f24

Please sign in to comment.