Fix typos

This commit is contained in:
Jonas Platte 2020-07-24 20:52:36 +02:00
parent 69c8914b03
commit f9e76358a1
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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]