From 89464117933e890df46340ef823730e3586bfb08 Mon Sep 17 00:00:00 2001 From: Michael Mclaughlin Date: Wed, 18 Jan 2017 11:50:48 +0000 Subject: [PATCH] Correct typo in toFormat example --- doc/API.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/API.html b/doc/API.html index b17e243..d675b96 100644 --- a/doc/API.html +++ b/doc/API.html @@ -1520,10 +1520,10 @@ x.toFormat() // '123 456 789.12345 6789' BigNumber.config({ FORMAT: { - decimalSeparator = ',', - groupSeparator = '.', - groupSize = 3, - secondaryGroupSize = 2 + decimalSeparator: ',', + groupSeparator: '.', + groupSize: 3, + secondaryGroupSize: 2 } })