From 77ce26701cc5c1fbd13d3f8bc38853f5ebbc6f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 13 Mar 2022 12:00:05 +0100 Subject: [PATCH] common: Fix typo in Replacement docs --- crates/ruma-common/src/events/room/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-common/src/events/room/message.rs b/crates/ruma-common/src/events/room/message.rs index 12282456..c5591792 100644 --- a/crates/ruma-common/src/events/room/message.rs +++ b/crates/ruma-common/src/events/room/message.rs @@ -378,7 +378,7 @@ impl InReplyTo { #[cfg(feature = "unstable-msc2676")] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] pub struct Replacement { - /// The ID of the event being replacing. + /// The ID of the event being replaced. pub event_id: Box, /// New content.