common: Fix typo in Replacement docs

This commit is contained in:
Kévin Commaille 2022-03-13 12:00:05 +01:00 committed by Jonas Platte
parent d78fb70953
commit 77ce26701c

View File

@ -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<EventId>,
/// New content.