mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
doc: fix a typo in a doc comment of invite_acceptance_details
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user