From 71f9b74b0e51110c98f2534b326fb851f1bef9e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 6 Apr 2019 10:51:18 -0700 Subject: [PATCH] csv: doc: more tweaks (#1000) [ci skip] --- hledger-lib/hledger_csv.m4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index feb2950d0..fa5ae88d4 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -238,9 +238,9 @@ A transaction [amount](/journal.html#amounts) must be set, in one of these ways: - with an `amount` field assignment, which sets the first posting's amount - (When the CSV has debit and credit amounts in separate fields:)\ - with field assignments for the `amount-in` and `amount-out` pseudo fields - instead (both of them). Whichever one has a value will be used, with - appropriate sign. (If both contain a value, it might not work so well.) + with field assignments for the `amount-in` and `amount-out` pseudo + fields (both of them). Whichever one has a value will be used, with + appropriate sign. If both contain a value, it might not work so well. - or implicitly by means of a [balance assignment](/journal.html#balance-assignments) (see below). @@ -253,7 +253,7 @@ If the currency/commodity symbol is provided as a separate CSV field, assign it to the `currency` pseudo field; the symbol will be prepended to the amount (TODO: when there is an amount). -Or, you can use an `amount` [field assignment](#field-assignment) more control, eg: +Or, you can use an `amount` [field assignment](#field-assignment) for more control, eg: ``` fields date,description,currency,amount amount %amount %currency