From 7e47d36451d12ff3f4577876ff4289d5f2b8c2f2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 25 Nov 2021 11:50:15 -1000 Subject: [PATCH] ;cln: typo --- hledger-lib/Hledger/Reports/MultiBalanceReport.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Reports/MultiBalanceReport.hs b/hledger-lib/Hledger/Reports/MultiBalanceReport.hs index 81abf6bc1..f2291294b 100644 --- a/hledger-lib/Hledger/Reports/MultiBalanceReport.hs +++ b/hledger-lib/Hledger/Reports/MultiBalanceReport.hs @@ -187,7 +187,7 @@ compoundBalanceReportWith rspec' j priceoracle subreportspecs = cbr -- XXX seems refactorable -- | Calculate accounts' balances on the report start date, from these postings --- which should be all postings before that data, and possibly also from account declarations. +-- which should be all postings before that date, and possibly also from account declarations. startingBalances :: ReportSpec -> Journal -> PriceOracle -> [Posting] -> HashMap AccountName Account startingBalances rspec j priceoracle ps =