From 86f14b10a9709cd4f744b0293ed6c7ea61c4172f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 2 Feb 2010 21:34:26 +0000 Subject: [PATCH] doc: slight clarification of Transaction --- Ledger/Transaction.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -}