From e9755681227fdfab0e11753e1d7fa7393065c6db Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 Jul 2023 19:39:50 +0000 Subject: [PATCH] docs: fix a typo in `get_for_contact` documentation --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 829b0d423..e02931112 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -1933,7 +1933,7 @@ impl ChatIdBlocked { /// Returns the chat for the 1:1 chat with this contact. /// - /// I the chat does not yet exist a new one is created, using the provided [`Blocked`] + /// If the chat does not yet exist a new one is created, using the provided [`Blocked`] /// state. pub async fn get_for_contact( context: &Context,