From 1b8337cdc22b84f7f9c8f98cb4adfb631fb96bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 6 May 2022 10:55:31 +0200 Subject: [PATCH] doc(sdk-base): Fix typo --- crates/matrix-sdk-base/src/rooms/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-base/src/rooms/mod.rs b/crates/matrix-sdk-base/src/rooms/mod.rs index cd596f689..47a049411 100644 --- a/crates/matrix-sdk-base/src/rooms/mod.rs +++ b/crates/matrix-sdk-base/src/rooms/mod.rs @@ -18,7 +18,7 @@ use ruma::{ }; use serde::{Deserialize, Serialize}; -/// The name of the room, either from the metadata or calculaetd +/// The name of the room, either from the metadata or calculated /// according to [matrix specification](https://matrix.org/docs/spec/client_server/latest#calculating-the-display-name-for-a-room) #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)] pub enum DisplayName {