crypto: Fix a typo.
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>master
parent
22b333a0d9
commit
e71cabc8f0
|
@ -89,7 +89,7 @@ pub struct EncryptionInfo {
|
||||||
pub verification_state: VerificationState,
|
pub verification_state: VerificationState,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A customized version of a room event comming from a sync that holds optional
|
/// A customized version of a room event coming from a sync that holds optional
|
||||||
/// decryption info.
|
/// decryption info.
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
pub struct SyncRoomEvent {
|
pub struct SyncRoomEvent {
|
||||||
|
|
Loading…
Reference in New Issue