From f48ef6db83c77da91bdf6c80c8db25364aa3e954 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 10 Apr 2022 11:02:29 -1000 Subject: [PATCH] doc: wording --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index a749ee42c..54e4727e0 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3148,7 +3148,7 @@ Here are some tips for working with account types. See [Rewriting accounts > Aliases and account types](#aliases-and-account-types). - As mentioned above, subaccounts will inherit a type from their parent account. - To be precise, an account's type is decided by the first of these that exists: + More precisely, an account's type is decided by the first of these that exists: 1. A `type:` declaration for this account. 2. A `type:` declaration in the parent accounts above it, preferring the nearest.