From 31dc8a090e995fb815a1581127924f8d3721335c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 3 Jul 2025 08:22:53 -0700 Subject: [PATCH] ;doc: Depth: fix typo --- 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 f6b88ab85..f82ff2282 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -5248,7 +5248,7 @@ You can supply multiple depth arguments and they will all be applied, so - all other accounts to depth 1. If an account is matched by more than one regular expression depth argument -then the more specific one will used. +then the more specific one will be used. For example, if `--depth assets=1 --depth assets:bank:savings=2` is provided, then `assets:bank:savings` will be collapsed to depth 2 rather than depth 1. This is because `assets:bank:savings` matches at level 3 in the account name,