From fcba5100cff1a0a71a6ac9eb2914a4f18201620b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 18 Feb 2022 20:21:41 +0100 Subject: [PATCH] api: Update a link --- crates/ruma-api/src/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.