From 768f9bfdb66d27751a1db23742acdac8170f3e02 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 18 Sep 2025 12:22:37 +0200 Subject: [PATCH] doc: fix a typo in a doc comment of `invite_acceptance_details` --- crates/matrix-sdk-base/src/room/room_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,