mirror of https://github.com/tc39/test262.git
Fix description of `fractionalDigits` tests
This commit is contained in:
parent
e394ebb6fc
commit
c00830acef
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-Intl.DurationFormat
|
||||
description: Tests that the option localeMatcher is processed correctly.
|
||||
description: Tests that the option fractionalDigits is processed correctly.
|
||||
info: |
|
||||
Intl.DurationFormat ( [ locales [ , options ] ] )
|
||||
(...)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-Intl.DurationFormat
|
||||
description: Tests that the option localeMatcher is processed correctly.
|
||||
description: Tests that the option fractionalDigits is processed correctly.
|
||||
info: |
|
||||
Intl.DurationFormat ( [ locales [ , options ] ] )
|
||||
(...)
|
||||
|
|
Loading…
Reference in New Issue