From 0ef22d5cf66d1c904cc67f96c9b773c1fec0c37c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 16 Oct 2008 09:50:22 +0000 Subject: [PATCH] doc fix --- Ledger/Entry.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ledger/Entry.hs b/Ledger/Entry.hs index 07630b470..13e8b33f5 100644 --- a/Ledger/Entry.hs +++ b/Ledger/Entry.hs @@ -1,7 +1,7 @@ {-| -An 'Entry' represents a regular entry in the ledger file. It contains two -or more 'RawTransaction's whose sum must be zero. +An 'Entry' represents a regular entry in the ledger file. It normally +contains two or more balanced 'RawTransaction's. -}