diff options
Diffstat (limited to 'src/model/invite.rs')
| -rw-r--r-- | src/model/invite.rs | 4 |
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. /// |