From 6cfccd57ab8776aa40f5e3c0b1b6c2ab757220e4 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 5 Jan 2025 02:48:18 +0000 Subject: [PATCH] docs: fix remove_from_chat_contacts_table documentation --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,