From 233c4355d805e57bba32d549d082fee82df1743b Mon Sep 17 00:00:00 2001 From: poljar Date: Thu, 29 Apr 2021 15:34:39 +0200 Subject: [PATCH] crypto: Use encryption info in the docstring for the type of the same name Co-authored-by: Jonas Platte --- matrix_sdk_common/src/deserialized_responses.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common/src/deserialized_responses.rs b/matrix_sdk_common/src/deserialized_responses.rs index b3a6d130..052717b0 100644 --- a/matrix_sdk_common/src/deserialized_responses.rs +++ b/matrix_sdk_common/src/deserialized_responses.rs @@ -90,7 +90,7 @@ pub struct EncryptionInfo { } /// A customized version of a room event coming from a sync that holds optional -/// decryption info. +/// encryption info. #[derive(Clone, Debug, Deserialize, Serialize)] pub struct SyncRoomEvent { /// The actual event.