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
+1 -1
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,
}