From b1cd20c94cf8f710edda79256bc8d64a21875825 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 20 Apr 2018 05:40:54 -0700 Subject: [PATCH] doc: typos [ci skip] --- hledger/hledger_balance.m4.md | 2 +- hledger/hledger_options.m4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/hledger_balance.m4.md b/hledger/hledger_balance.m4.md index 5b004b8bc..5665dfafe 100644 --- a/hledger/hledger_balance.m4.md +++ b/hledger/hledger_balance.m4.md @@ -245,7 +245,7 @@ Balance changes in 2008: ``` -The [`-V/--value` flag](#market-value) currently has a limitation with +Currently, the [`-V/--value` flag](#market-value) has a limitation in multicolumn reports: it uses the market prices on the report end date for all columns. (Instead of the prices on each column's end date.) diff --git a/hledger/hledger_options.m4.md b/hledger/hledger_options.m4.md index 2fbaa07f4..471e5030b 100644 --- a/hledger/hledger_options.m4.md +++ b/hledger/hledger_options.m4.md @@ -419,7 +419,7 @@ $ hledger -f t.j bal -N euros -V Currently, hledger's -V only uses market prices recorded with P directives, not [transaction prices](journal.html#transaction-prices) (unlike Ledger). -Currently, the -V has a limitation with in +Currently, -V has a limitation in [multicolumn balance reports](#multicolumn-balance-reports): it uses the market prices on the report end date for all columns. (Instead of the prices on each column's end date.)