summaryrefslogtreecommitdiffstats
path: root/vendor/rand_core/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rand_core/src/error.rs')
-rw-r--r--vendor/rand_core/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rand_core/src/error.rs b/vendor/rand_core/src/error.rs
index a64c430da..411896f2c 100644
--- a/vendor/rand_core/src/error.rs
+++ b/vendor/rand_core/src/error.rs
@@ -82,7 +82,7 @@ impl Error {
///
/// This method is identical to `std::io::Error::raw_os_error()`, except
/// that it works in `no_std` contexts. If this method returns `None`, the
- /// error value can still be formatted via the `Diplay` implementation.
+ /// error value can still be formatted via the `Display` implementation.
#[inline]
pub fn raw_os_error(&self) -> Option<i32> {
#[cfg(feature = "std")]