clarify comment

This commit is contained in:
Simon Michael 2007-07-02 14:41:22 +00:00
parent 1e5e26878a
commit 58374bf730

View File

@ -9,9 +9,9 @@ import Amount
-- We convert Transactions into EntryTransactions, which are (entry, -- We convert Transactions into EntryTransactions, which are (entry,
-- transaction) pairs, since I couldn't see how to easily have -- transaction) pairs, since I couldn't see how to have transactions
-- transactions reference their entry like in OO. These are referred to -- reference their entry like in OO. These are referred to as just
-- as just "transactions" hereafter. -- "transactions" in code above.
type EntryTransaction = (Entry,Transaction) type EntryTransaction = (Entry,Transaction)