Skip to content

Commit

Permalink
significant digit minor fix (#37861)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-bhullar-tech authored Jan 29, 2025
1 parent b8ed1dc commit 10bbf0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ console.log(
> [!WARNING]
> Watch out for default values as they may affect formatting.
> If only one `SignificantDigits` property is used, then its counterpart will automatically be applied with the default value.
> The default maximum and minimum significant digit values are 20 and 1, respectively.
> The default maximum and minimum significant digit values are 21 and 1, respectively.
#### Specifying significant and fractional digits at the same time

Expand Down

0 comments on commit 10bbf0b

Please sign in to comment.