diff --git a/Ledger/Transaction.hs b/Ledger/Transaction.hs index dc5d67eae..0258357c9 100644 --- a/Ledger/Transaction.hs +++ b/Ledger/Transaction.hs @@ -1,7 +1,7 @@ {-| -A 'Transaction' represents a regular transaction in the ledger -file. It normally contains two or more balanced 'Posting's. +A 'Transaction' represents a single balanced entry in the ledger file. It +normally contains two or more balanced 'Posting's. -}