diff --git a/src/lib.rs b/src/lib.rs index aa895a96..ffcdf6a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -108,7 +108,7 @@ //! //! ### 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 plugable custom implementations. +//! 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.