Skip to content

Commit 46b871b

Browse files
committed
changed fallback value for fractionalDigits to *undefined*, reverting to previous behaviour
1 parent 4c7efed commit 46b871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
478478
1. Set the value of the _displaySlot_ slot of _durationFormat_ to _unitOptions_.[[Display]].
479479
1. If _unit_ is one of *"hours"*, *"minutes"*, *"seconds"*, *"milliseconds"*, or *"microseconds"*, then
480480
1. Set _prevStyle_ to _unitOptions_.[[Style]].
481-
1. Set _durationFormat_.[[FractionalDigits]] to ? GetNumberOption(_options_, *"fractionalDigits"*, 0, 9, 0).
481+
1. Set _durationFormat_.[[FractionalDigits]] to ? GetNumberOption(_options_, *"fractionalDigits"*, 0, 9, *undefined*).
482482
1. Return _durationFormat_.
483483
</emu-alg>
484484
<emu-table id="table-durationformat">

0 commit comments

Comments
 (0)