diff --git a/crates/ruma-api/src/metadata.rs b/crates/ruma-api/src/metadata.rs index 0b621626..df750f8f 100644 --- a/crates/ruma-api/src/metadata.rs +++ b/crates/ruma-api/src/metadata.rs @@ -78,7 +78,7 @@ pub struct Metadata { pub enum MatrixVersion { /// Version 1.0 of the Matrix specification. /// - /// Retroactively defined as . + /// Retroactively defined as . V1_0, /// Version 1.1 of the Matrix specification, released in Q4 2021.