diff --git a/ruma-events/src/room/message.rs b/ruma-events/src/room/message.rs index b9a7fe67..a36535ca 100644 --- a/ruma-events/src/room/message.rs +++ b/ruma-events/src/room/message.rs @@ -228,7 +228,7 @@ pub struct NoticeMessageEventContent { } impl NoticeMessageEventContent { - /// A convenience constructor to create a plain text notices. + /// A convenience constructor to create a plain text notice. pub fn plain(body: impl Into) -> Self { Self { body: body.into(), formatted: None, relates_to: None } }