From 54e7a178b327895c5fa493ce2c61f04730bb03a3 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 48de64976..9e9b29b6b 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).