From 41fd42e8b33ccc6cebcb54e5b57382953ad7dbef Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 11 Apr 2024 19:39:48 -1000 Subject: [PATCH] ;doc: Assertions and subaccounts: edits --- hledger/hledger.m4.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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