fix account typo in comment

This commit is contained in:
Clément DOUIN 2022-03-03 17:33:26 +01:00
parent 736641bf77
commit 23a8118da9
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -48,7 +48,7 @@ pub struct Account {
/// Represents the backend name of the account.
pub backend: String,
/// Represents the defaultness state of the account.
/// Represents the default state of the account.
pub default: bool,
}