From 5fac29d15ae61bda84d7a785c3e785e071f26d20 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Jan 2025 21:33:52 -1000 Subject: [PATCH] ;doc:commodity styles: fix typo [hledger_site#123] --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 48de64976e0..9e9b29b6b5e 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -959,7 +959,7 @@ For example, the following will force dollar amounts to be displayed as shown: $ hledger print -c '$1.000,0' ``` -This option can repeated to set the display style for multiple +This option can be repeated to set the display style for multiple commodities/currencies. Its argument is as described in the [commodity directive](#commodity-directive).