Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Jan 4, 2024
1 parent f5669ae commit bf8184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf8184c

Please sign in to comment.