aboutsummaryrefslogtreecommitdiff
path: root/src/model/invite.rs
diff options
context:
space:
mode:
authorIllia <[email protected]>2016-12-31 16:39:46 +0300
committerIllia <[email protected]>2016-12-31 16:39:46 +0300
commit52e871383317c85ce8144ecae4120633da367928 (patch)
tree64f3fedc2f4d9a8be97c2c1731ed947968fc634a /src/model/invite.rs
parentAdd command alias support and command.example (diff)
downloadserenity-52e871383317c85ce8144ecae4120633da367928.tar.xz
serenity-52e871383317c85ce8144ecae4120633da367928.zip
Fix typo
Diffstat (limited to 'src/model/invite.rs')
-rw-r--r--src/model/invite.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/invite.rs b/src/model/invite.rs
index 0d68ff0..adfba60 100644
--- a/src/model/invite.rs
+++ b/src/model/invite.rs
@@ -16,7 +16,7 @@ impl Invite {
/// Refer to [`rest::accept_invite`] for more information.
///
/// **Note**: This will fail if you are already in the guild, or are banned.
- /// A ban is equivilant to an IP ban.
+ /// A ban is equivalent to an IP ban.
///
/// **Note**: Requires that the current user be a user account.
///
@@ -76,7 +76,7 @@ impl RichInvite {
/// Refer to [`rest::accept_invite`] for more information.
///
/// **Note**: This will fail if you are already in the guild, or are banned.
- /// A ban is equivilant to an IP ban.
+ /// A ban is equivalent to an IP ban.
///
/// **Note**: Requires that the current user be a user account.
///