From 6a772fb94e9b3ebafc5a5555e1144a864c938eb7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jul 2020 08:22:01 -0700 Subject: [PATCH] ;journal: account types: doc fix --- hledger-lib/hledger_journal.m4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index f2b12b6c8..ae503842d 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -1096,10 +1096,10 @@ These account types are important for controlling which accounts appear in the [balancesheet][], [balancesheetequity][], [incomestatement][] reports (and probably for other things in future). -There is also the `Cash` type, which is a subtype of `Asset`, +Additionally, we recognise the `Cash` type, which is also an `Asset`, and which causes accounts to appear in the [cashflow][] report. -("Cash" here means [liquid assets][CCE], eg typically bank balances -but not investments or receivables.) +("Cash" here means [liquid assets][CCE], eg bank balances +but typically not investments or receivables.) ##### Declaring account types @@ -1184,7 +1184,7 @@ account expenses X [incomestatement]: hledger.html#incomestatement [CCE]: https://en.wikipedia.org/wiki/Cash_and_cash_equivalents [regular expression]: hledger.html#regular-expressions -[account equation]: https://en.wikipedia.org/wiki/Accounting_equation +[accounting equation]: https://en.wikipedia.org/wiki/Accounting_equation #### Account display order