diff --git a/content/en/functions/lang/FormatCurrency.md b/content/en/functions/lang/FormatCurrency.md index 91148c595..bd83c2ec5 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