diff options
Diffstat (limited to 'src/model/channel.rs')
| -rw-r--r-- | src/model/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel.rs b/src/model/channel.rs index 8169b9c..acf8d26 100644 --- a/src/model/channel.rs +++ b/src/model/channel.rs @@ -863,7 +863,7 @@ impl PrivateChannel { } /// Deletes the channel. This does not delete the contents of the channel, - /// and is equivilant to closing a private channel on the client, which can + /// and is equivalent to closing a private channel on the client, which can /// be re-opened. #[cfg(feature="methods")] pub fn delete(&self) -> Result<Channel> { |