doc: slight clarification of Transaction

This commit is contained in:
Simon Michael 2010-02-02 21:34:26 +00:00
parent c08bccb158
commit 86f14b10a9

View File

@ -1,7 +1,7 @@
{-| {-|
A 'Transaction' represents a regular transaction in the ledger A 'Transaction' represents a single balanced entry in the ledger file. It
file. It normally contains two or more balanced 'Posting's. normally contains two or more balanced 'Posting's.
-} -}