From 26a4f5e5195818a9608bf80dfcc602a8db1f8773 Mon Sep 17 00:00:00 2001 From: Dmitry Astapov Date: Tue, 15 Oct 2019 23:11:31 +0100 Subject: [PATCH] doc: less confusing example --- hledger-lib/hledger_csv.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index e0969943b..8a19ac471 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -280,8 +280,8 @@ to the amount (TODO: when there is an amount). Or, you can use an `amountN` [field assignment](#field-assignment) for more control, eg: ``` -fields date,description,currency,amount_ -amount1 %amount_ %currency +fields date,description,currency,amount1 +amount1 %amount1 %currency ``` ## CSV balance assertions/assignments