Fix description of fractionalDigits tests

This commit is contained in:
Sosuke Suzuki 2024-05-27 03:38:51 +09:00 committed by Ms2ger
parent e394ebb6fc
commit c00830acef
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-Intl.DurationFormat esid: sec-Intl.DurationFormat
description: Tests that the option localeMatcher is processed correctly. description: Tests that the option fractionalDigits is processed correctly.
info: | info: |
Intl.DurationFormat ( [ locales [ , options ] ] ) Intl.DurationFormat ( [ locales [ , options ] ] )
(...) (...)

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-Intl.DurationFormat esid: sec-Intl.DurationFormat
description: Tests that the option localeMatcher is processed correctly. description: Tests that the option fractionalDigits is processed correctly.
info: | info: |
Intl.DurationFormat ( [ locales [ , options ] ] ) Intl.DurationFormat ( [ locales [ , options ] ] )
(...) (...)