aboutsummaryrefslogtreecommitdiff
path: root/src/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/prelude.rs')
-rw-r--r--src/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prelude.rs b/src/prelude.rs
index 94fbacf..829ea9c 100644
--- a/src/prelude.rs
+++ b/src/prelude.rs
@@ -1,6 +1,6 @@
//! A set of exports which can be helpful to use.
//!
-//! Note that the `SerenityError` re-export is equivilant to
+//! Note that the `SerenityError` re-export is equivalent to
//! [`serenity::Error`], although is re-exported as a separate name to remove
//! likely ambiguity with other crate error enums.
//!