fix some typos (#218)

This commit is contained in:
Dirk Stolle
2021-05-21 04:26:19 +02:00
committed by GitHub
parent de51e2961d
commit dcf452bb14
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ The following (off by default) Cargo features have been added:
- Unsupported targets no longer compile [#107]
- Change/Add `Error` constants [#120]
- Only impl `std` traits when the `"std"` Cargo feature is specified [#106]
- Remove offical support for Hermit, L4Re, and UEFI [#133]
- Remove optional `"log"` dependancy [#131]
- Remove official support for Hermit, L4Re, and UEFI [#133]
- Remove optional `"log"` dependency [#131]
- Update minimum supported Linux kernel to 2.6.32 [#153]
- Update MSRV to 1.34 [#159]
+1 -1
View File
@@ -16,7 +16,7 @@ use core::num::NonZeroU32;
///
/// The function to register must have the same signature as
/// [`getrandom::getrandom`](crate::getrandom). The function can be defined
/// wherever you want, either in root crate or a dependant crate.
/// wherever you want, either in root crate or a dependent crate.
///
/// For example, if we wanted a `failure-getrandom` crate containing an
/// implementation that always fails, we would first depend on `getrandom`