From 23a8118da98ba379251334c6b86ab5d963125ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 3 Mar 2022 17:33:26 +0100 Subject: [PATCH] fix account typo in comment --- src/config/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/account.rs b/src/config/account.rs index 0eab820..2427bee 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, }