Skip to content

Commit

Permalink
Remove SPACES before features
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang authored and rwaldron committed Mar 9, 2022
1 parent bc4af48 commit 5fb0f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ info: |
(...)
1.1.21_4.a if y is a mathematical value and y < 0, throw a RangeError exception.
1.1.21_4.b if y is -∞, throw a RangeError exception.
features: [Intl.NumberFormat-v3]
features: [Intl.NumberFormat-v3]
---*/

const nf = new Intl.NumberFormat();
Expand Down

0 comments on commit 5fb0f5b

Please sign in to comment.