Skip to content

Commit

Permalink
Update libgitcash/src/transaction.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Bargen <[email protected]>
  • Loading branch information
rnestler and dbrgn committed Aug 19, 2024
1 parent 542100f commit 3661c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgitcash/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub enum AccountType {

#[derive(Debug, PartialEq, Eq, PartialOrd, Hash, Clone, Deserialize, Serialize)]
#[serde(try_from = "String", into = "String")]
/// An entity that does a transaction
/// An entity related to a transaction
///
/// Can be deserialize from "{account_type}:{name}"
pub struct Account {
Expand Down

0 comments on commit 3661c10

Please sign in to comment.