aboutsummaryrefslogtreecommitdiff
path: root/src/custom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom.rs')
-rw-r--r--src/custom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custom.rs b/src/custom.rs
index 0d3123c..6110b05 100644
--- a/src/custom.rs
+++ b/src/custom.rs
@@ -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`