Fix a typo

This commit is contained in:
Jonas Platte 2023-03-15 11:07:27 +01:00
parent 8eea3e0549
commit f79c51f18f
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -666,7 +666,7 @@ pub struct TypingConfig {
#[derive(Clone, Debug, Default, Serialize, Deserialize)]
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
pub struct Typing {
/// The empheral typing event for each room
/// The ephemeral typing event for each room
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
pub rooms: BTreeMap<OwnedRoomId, Raw<SyncTypingEvent>>,
}