diff options
| author | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
|---|---|---|
| committer | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
| commit | 52e871383317c85ce8144ecae4120633da367928 (patch) | |
| tree | 64f3fedc2f4d9a8be97c2c1731ed947968fc634a /src/prelude.rs | |
| parent | Add command alias support and command.example (diff) | |
| download | serenity-52e871383317c85ce8144ecae4120633da367928.tar.xz serenity-52e871383317c85ce8144ecae4120633da367928.zip | |
Fix typo
Diffstat (limited to 'src/prelude.rs')
| -rw-r--r-- | src/prelude.rs | 2 |
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. //! |