diff --git a/src/config/account.rs b/src/config/account.rs index 0eab820a..2427beec 100644 --- a/src/config/account.rs +++ b/src/config/account.rs @@ -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, }