From a4039de7390ad33b24c0f8e57a02d17b313af0e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Oct 2008 11:14:29 +0000 Subject: [PATCH] wording --- hledger.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger.hs b/hledger.hs index 12ce47fb5..6f0d249cb 100644 --- a/hledger.hs +++ b/hledger.hs @@ -13,7 +13,7 @@ implementation of ledger. Code overview: -The early code defined types in each module and so was very strictly +The early code defined types in each module and was (too) strictly layered. Since then, all data types have been moved to "Types" at the bottom, but the original modules are still used to group related functions/methods. Here is the approximate module hierarchy: