Remove SPACES before features

This commit is contained in:
Frank Yung-Fong Tang 2022-03-05 01:31:13 -08:00 committed by Rick Waldron
parent bc4af482b0
commit 5fb0f5b6d2

View File

@ -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.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. 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(); const nf = new Intl.NumberFormat();