fix some typos (#218)
This commit is contained in:
+2
-2
@@ -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
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user