Skip to content

Commit 8b36b3e

Browse files
authored
README.md (#322)
fixed typo
1 parent c93c260 commit 8b36b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
[License]: https://img.shields.io/crates/l/getrandom
1616

1717

18-
A Rust library for retrieving random data from (operating) system source. It is
19-
assumed that system always provides high-quality cryptographically secure random
18+
A Rust library for retrieving random data from (operating) system sources. It is
19+
assumed that the system always provides high-quality cryptographically secure random
2020
data, ideally backed by hardware entropy sources. This crate derives its name
21-
from Linux's `getrandom` function, but is cross platform, roughly supporting
21+
from Linux's `getrandom` function, but is cross-platform, roughly supporting
2222
the same set of platforms as Rust's `std` lib.
2323

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

0 commit comments

Comments
 (0)