diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/model/user.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/user.rs b/src/model/user.rs index 6068da1..414f741 100644 --- a/src/model/user.rs +++ b/src/model/user.rs @@ -340,7 +340,7 @@ impl Default for OnlineStatus { #[derive(Clone, Debug, Deserialize)] pub struct User { /// The unique Id of the user. Can be used to calculate the account's - /// cration date. + /// creation date. pub id: UserId, /// Optional avatar hash. pub avatar: Option<String>, |