From bb41588b26c71907ca33e507aa1577a7ce8f8d35 Mon Sep 17 00:00:00 2001 From: IT for GHK-Arolla <100516749+ghk-arolla@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:07:36 +0100 Subject: [PATCH] Update FormatCurrency.md --- content/en/functions/lang/FormatCurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/lang/FormatCurrency.md b/content/en/functions/lang/FormatCurrency.md index 91148c5951..bd83c2ec5b 100644 --- a/content/en/functions/lang/FormatCurrency.md +++ b/content/en/functions/lang/FormatCurrency.md @@ -11,7 +11,7 @@ action: - functions/lang/FormatNumberCustom - functions/lang/FormatPercent returnType: string - signatures: [lang.FormatAccounting PRECISION CURRENCY NUMBER] + signatures: [lang.FormatCurrency PRECISION CURRENCY NUMBER] --- ```go-html-template