From 99923fd816720881165a428c7e176b3ca2b522d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:09:09 +0100 Subject: [PATCH] Update src/chat.rs Co-authored-by: Hocuri --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 4a2c33758..9b7858d0d 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -1293,7 +1293,7 @@ impl Chat { self.param.get_bool(Param::Unpromoted).unwrap_or_default() } - /// Returns wheter the chat is promoted which means that a message has been + /// Returns whether the chat is promoted which means that a message has been /// send to it and it not only exists on the users device. pub fn is_promoted(&self) -> bool { !self.is_unpromoted()