diff --git a/ruma-client-api/src/r0/membership.rs b/ruma-client-api/src/r0/membership.rs index a8260838..7d0c2e23 100644 --- a/ruma-client-api/src/r0/membership.rs +++ b/ruma-client-api/src/r0/membership.rs @@ -29,7 +29,7 @@ pub struct ThirdPartySigned<'a> { /// The Matrix ID of the invitee. pub mxid: &'a str, - /// The state key of the m.third_party_invite event. + /// The state key of the `m.third_party_invite` event. pub token: &'a str, /// A signatures object containing a signature of the entire signed object.