diff --git a/src/chat.rs b/src/chat.rs index 99769fbcf0..4731dfa82c 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -3618,7 +3618,7 @@ pub(crate) async fn add_to_chat_contacts_table( Ok(()) } -/// remove a contact from the chats_contact table +/// Removes a contact from the `chats_contacts` table. pub(crate) async fn remove_from_chat_contacts_table( context: &Context, chat_id: ChatId,