From 59c199e1a8769c2e4e32a3e41376ccb5d14daf10 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 19 Dec 2009 03:09:55 +0000 Subject: [PATCH] docs: wording --- Ledger/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger/Types.hs b/Ledger/Types.hs index b02f3b969..1e7995568 100644 --- a/Ledger/Types.hs +++ b/Ledger/Types.hs @@ -140,7 +140,7 @@ data LedgerPosting = LedgerPosting { lptnum :: Int, -- ^ internal transaction reference number lpstatus :: Bool, -- ^ posting status lpdate :: Day, -- ^ transaction date - lpdescription :: String, -- ^ ledger transaction description + lpdescription :: String, -- ^ transaction description lpaccount :: AccountName, -- ^ posting account lpamount :: MixedAmount, -- ^ posting amount lptype :: PostingType -- ^ posting type