events: Fix non-link URL

This commit is contained in:
Jonas Platte 2022-03-25 11:02:22 +01:00
parent 3d17529d2e
commit 4d52700142
No known key found for this signature in database
GPG Key ID: BBA95679259D342F

View File

@ -28,7 +28,7 @@ use crate::{
/// directly will fail. /// directly will fail.
/// ///
/// This event may also include an `invite_room_state` key inside the event's unsigned data, but /// This event may also include an `invite_room_state` key inside the event's unsigned data, but
/// Ruma doesn't currently expose this; see https://github.com/ruma/ruma/issues/998. /// Ruma doesn't currently expose this; see [#998](https://github.com/ruma/ruma/issues/998).
/// ///
/// The user for which a membership applies is represented by the `state_key`. Under some /// The user for which a membership applies is represented by the `state_key`. Under some
/// conditions, the `sender` and `state_key` may not match - this may be interpreted as the /// conditions, the `sender` and `state_key` may not match - this may be interpreted as the