From f9e76358a1d31cba9744b97fa498c734316b3c63 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Jul 2020 20:52:36 +0200 Subject: [PATCH] Fix typos --- ruma-events/src/room/encrypted.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-events/src/room/encrypted.rs b/ruma-events/src/room/encrypted.rs index dd746046..699d10c4 100644 --- a/ruma-events/src/room/encrypted.rs +++ b/ruma-events/src/room/encrypted.rs @@ -68,7 +68,7 @@ impl CiphertextInfo { /// The payload for `EncryptedEvent` using the *m.megolm.v1.aes-sha2* algorithm. /// -/// To createn an instance of this type, first create a `MegolmV1AesSh2ContentInit` and convert it +/// To create an instance of this type, first create a `MegolmV1AesSha2ContentInit` and convert it /// via `MegolmV1AesSha2Content::from` / `.into()`. #[derive(Clone, Debug, Serialize, Deserialize)] #[non_exhaustive]