diff --git a/crates/matrix-sdk-base/src/room/room_info.rs b/crates/matrix-sdk-base/src/room/room_info.rs index 03086492a..9a65b9d3b 100644 --- a/crates/matrix-sdk-base/src/room/room_info.rs +++ b/crates/matrix-sdk-base/src/room/room_info.rs @@ -510,7 +510,7 @@ pub struct RoomInfo { /// A timestamp remembering when we observed the user accepting an invite on /// this current device. /// - /// This is useful to remember if the user accepted this a join on this + /// This is useful to remember if the user accepted this join on this /// specific client. #[serde(default, skip_serializing_if = "Option::is_none")] pub(crate) invite_acceptance_details: Option,