From cbedfa86c78ebafb57602cbf4bd87fa9be37c00c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 23 Aug 2022 00:40:33 +0100 Subject: [PATCH] doc: cli: account types: clarify --- hledger/hledger.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 9b46f5824..529e6abe3 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3257,8 +3257,8 @@ Here are some tips for working with account types. ^expenses?(:|$) | Expense ``` -- If you declare any account types, it's a good idea to declare an account for each of them, - because a mixture of declared and name-inferred types can disrupt certain reports. +- If you declare any account types, it's a good idea to declare an account for all of the + account types, because a mixture of declared and name-inferred types can disrupt certain reports. - Certain uses of [account aliases](#account-aliases) can disrupt account types. See [Rewriting accounts > Aliases and account types](#aliases-and-account-types).