From 6e91027ee0b30bc12bac1d1820c0d616b23531fd Mon Sep 17 00:00:00 2001 From: chrisguttandin Date: Sun, 3 Dec 2017 22:55:11 +0100 Subject: [PATCH] remove abandoned character --- decimal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decimal.d.ts b/decimal.d.ts index bb5cde3..a04d1a5 100644 --- a/decimal.d.ts +++ b/decimal.d.ts @@ -80,7 +80,7 @@ interface DecimalConfig { // Requires `toFormat`. interface DecimalFormat { - decimalSeparator?: string;s + decimalSeparator?: string; groupSeparator?: string; groupSize?: number; secondaryGroupSize?: number;