client-api: Fix missing backticks in doc comment

This commit is contained in:
Jonas Platte 2021-05-01 21:55:11 +02:00
parent 92826df304
commit 196da5b01d
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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.