From 196da5b01ddcc85f24ef063cea92f1976f8af9dc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 1 May 2021 21:55:11 +0200 Subject: [PATCH] client-api: Fix missing backticks in doc comment --- ruma-client-api/src/r0/membership.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.