doc: fix a typo in a doc comment of invite_acceptance_details

This commit is contained in:
Benjamin Bouvier
2025-09-18 12:22:37 +02:00
parent 864d6c1a43
commit 768f9bfdb6

View File

@@ -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<InviteAcceptanceDetails>,