diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 2bb53d2ac..ed9b6fde3 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1506,9 +1506,9 @@ In hledger you can make "**subaccount-inclusive balance assertions**" by adding ```journal 2019/1/1 equity:start - assets:checking $10 - assets:savings $10 - assets $0 ==* $20 ; assets + subaccounts contains $20 (and nothing else) + assets:checking $10 + assets:savings $10 + assets $0 ==* $20 ; assets + subaccounts contains $20 and nothing else ``` ### Assertions and virtual postings