diff --git a/src/lib.rs b/src/lib.rs index 061b5bf2..f4fce8c8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -99,11 +99,14 @@ //! This crate will then use the provided `webcrypto` implementation. //! //! ### Platform Support -//! This crate generally supports the same operating system and platform versions that the Rust standard library does. -//! Additional targets may be supported using pluggable custom implementations. -//! -//! This means that as Rust drops support for old versions of operating systems (such as old Linux kernel versions, Android API levels, etc) -//! in stable releases, `getrandom` may create new patch releases (`0.N.x`) that remove support for outdated platform versions. +//! This crate generally supports the same operating system and platform versions +//! that the Rust standard library does. Additional targets may be supported using +//! pluggable custom implementations. +//! +//! This means that as Rust drops support for old versions of operating systems +//! (such as old Linux kernel versions, Android API levels, etc) in stable releases, +//! `getrandom` may create new patch releases (`0.N.x`) that remove support for +//! outdated platform versions. //! //! ### Custom implementations //!