Skip to content

Commit 6cfccd5

Browse files
committed
docs: fix remove_from_chat_contacts_table documentation
1 parent be4c2b9 commit 6cfccd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3618,7 +3618,7 @@ pub(crate) async fn add_to_chat_contacts_table(
36183618
Ok(())
36193619
}
36203620

3621-
/// remove a contact from the chats_contact table
3621+
/// Removes a contact from the `chats_contacts` table.
36223622
pub(crate) async fn remove_from_chat_contacts_table(
36233623
context: &Context,
36243624
chat_id: ChatId,

0 commit comments

Comments
 (0)