From edf6738109347657d89b444f29cb030ffee888e4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Nov 2023 14:49:59 -1000 Subject: [PATCH] ;doc: amount formatting: edits (#2115) --- 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 2130a132e..614a6f029 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -4341,7 +4341,7 @@ file. # PART 3: REPORTING CONCEPTS -# Amount formatting, ambiguous amounts +# Amount formatting, parseability If you're wondering why your `print` report sometimes shows trailing decimal marks, even when there are no decimal digits; it does this to @@ -4349,7 +4349,7 @@ disambiguate [ambiguous amounts](decimal-marks-digit-group-marks) (amounts which have one digit group mark and no decimal digits), allowing them to be re-parsed reliably. -Background: hledger output falls into three rough categories, which +More generally: hledger output falls into three rough categories, which format amounts a little bit differently to suit different consumers: **1. "hledger-readable output" - should be readable by hledger and by humans**