doc(sdk-base): Fix typo

This commit is contained in:
Kévin Commaille
2022-05-06 10:55:31 +02:00
parent b95aea9cf0
commit 1b8337cdc2

View File

@@ -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 {