From 224cab068f037494cef0401c297599667e0c6ad9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 24 Jun 2011 14:20:30 +0000 Subject: [PATCH] haddock --- hledger/Hledger/Cli.hs | 2 +- hledger/Hledger/Cli/Register.hs | 2 +- hledger/Hledger/Cli/Tests.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli.hs b/hledger/Hledger/Cli.hs index 7c1299035..7b2a96b10 100644 --- a/hledger/Hledger/Cli.hs +++ b/hledger/Hledger/Cli.hs @@ -41,7 +41,7 @@ import Hledger.Utils -- | hledger and hledger-lib's unit tests aggregated from all modules -- plus some more which are easier to define here for now. --- tests_Hledger_Cli1 :: Test +tests_Hledger_Cli :: Test tests_Hledger_Cli = TestList [ tests_Hledger_Data diff --git a/hledger/Hledger/Cli/Register.hs b/hledger/Hledger/Cli/Register.hs index 6f8b9b26b..50fd62b49 100644 --- a/hledger/Hledger/Cli/Register.hs +++ b/hledger/Hledger/Cli/Register.hs @@ -107,7 +107,7 @@ balancelabel = "Balance" -- -- 1. it shows transactions, from the point of view of the focussed -- account. The other account's name and posted amount is displayed, --- aggregated if there is more than other account posting. +-- aggregated if there is more than one other account posting. -- -- 2. With no transaction filtering in effect other than a start date, it -- shows the accurate historical running balance for this diff --git a/hledger/Hledger/Cli/Tests.hs b/hledger/Hledger/Cli/Tests.hs index a9b2a5ef5..58664c8f2 100644 --- a/hledger/Hledger/Cli/Tests.hs +++ b/hledger/Hledger/Cli/Tests.hs @@ -15,7 +15,7 @@ documentation in the source, run by doing @make doctest@ in the hledger source tree. are They hardly used, but here is an example: @ -$ bin/hledger -f data/sample.journal balance o +$ bin\/hledger -f data\/sample.journal balance o $1 expenses:food $-2 income $-1 gifts