From 4d578c008f27fbb2215a1bcbf85fe356f21fdcc8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Aug 2018 13:32:56 +0100 Subject: [PATCH] typo --- hledger-lib/Hledger/Reports/TransactionsReports.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Reports/TransactionsReports.hs b/hledger-lib/Hledger/Reports/TransactionsReports.hs index 62984610e..61a880395 100644 --- a/hledger-lib/Hledger/Reports/TransactionsReports.hs +++ b/hledger-lib/Hledger/Reports/TransactionsReports.hs @@ -48,7 +48,7 @@ import Hledger.Utils.Debug -- indicating multiple other accounts and a display string describing -- them) with or without a notion of current account(s). -- Two kinds of report use this data structure, see journalTransactionsReport --- and accountTransactionsReport below for detais. +-- and accountTransactionsReport below for details. type TransactionsReport = (String -- label for the balance column, eg "balance" or "total" ,[TransactionsReportItem] -- line items, one per transaction )