Skip to content

Commit

Permalink
docs: fix remove_from_chat_contacts_table documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jan 5, 2025
1 parent be4c2b9 commit 6cfccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6cfccd5

Please sign in to comment.