From 8db5aa5f044a82ce1ca0361be86ae926425af277 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Oct 2008 00:53:49 +0000 Subject: [PATCH] doc wording --- Ledger/Models.hs | 3 +-- Ledger/Types.hs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Ledger/Models.hs b/Ledger/Models.hs index c376b1ffd..6fae92e1f 100644 --- a/Ledger/Models.hs +++ b/Ledger/Models.hs @@ -1,6 +1,5 @@ {-| -This module makes it easier to import all the hledger "models", -the main data types and their "methods". +Import this module to get all the hledger \"models\" and their \"methods\". -} module Ledger.Models ( module Ledger.Types, diff --git a/Ledger/Types.hs b/Ledger/Types.hs index 2f2ed103b..03f401d42 100644 --- a/Ledger/Types.hs +++ b/Ledger/Types.hs @@ -1,5 +1,5 @@ {-| -All the basic data types, defined here for easy re-use. See "Main". +All the main data types, defined here to avoid import cycles. -} module Ledger.Types where