Skip to content

Commit

Permalink
Fix typo (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakelezz authored and arqunis committed Dec 17, 2017
1 parent 215bd3b commit 9da642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 9da642a

Please sign in to comment.