From a0abffd0266d28d021e776512ebf0bf7b24cb448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 13 Aug 2020 11:04:37 +0200 Subject: [PATCH] crypto: Fix the link to the share group session method. --- matrix_sdk_crypto/src/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_crypto/src/machine.rs b/matrix_sdk_crypto/src/machine.rs index 62747604..e65644c2 100644 --- a/matrix_sdk_crypto/src/machine.rs +++ b/matrix_sdk_crypto/src/machine.rs @@ -848,7 +848,7 @@ impl OlmMachine { /// Encrypt a room message for the given room. /// /// Beware that a group session needs to be shared before this method can be - /// called using the [`share_group_session()`] method. + /// called using the [`share_group_session`] method. /// /// Since group sessions can expire or become invalid if the room membership /// changes client authors should check with the