mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
clarify comment
This commit is contained in:
parent
1e5e26878a
commit
58374bf730
@ -9,9 +9,9 @@ import Amount
|
||||
|
||||
|
||||
-- We convert Transactions into EntryTransactions, which are (entry,
|
||||
-- transaction) pairs, since I couldn't see how to easily have
|
||||
-- transactions reference their entry like in OO. These are referred to
|
||||
-- as just "transactions" hereafter.
|
||||
-- transaction) pairs, since I couldn't see how to have transactions
|
||||
-- reference their entry like in OO. These are referred to as just
|
||||
-- "transactions" in code above.
|
||||
|
||||
type EntryTransaction = (Entry,Transaction)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user