We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b83ba3 commit 06ce375Copy full SHA for 06ce375
spec/abstractops.html
@@ -1866,7 +1866,7 @@ <h1>
1866
<emu-alg>
1867
1. NOTE: The following steps read options and perform independent validation in alphabetical order.
1868
1. Let _largestUnit_ be ? GetTemporalUnitValuedOption(_options_, *"largestUnit"*, ~unset~).
1869
- 1. Perform ? ValidateTemporalUnitValue(_largestUnit_, _unitGroup_).
+ 1. Perform ? ValidateTemporalUnitValue(_largestUnit_, _unitGroup_, « ~auto~ »).
1870
1. If _largestUnit_ is ~unset~, then
1871
1. Set _largestUnit_ to ~auto~.
1872
1. If _disallowedUnits_ contains _largestUnit_, throw a *RangeError* exception.
0 commit comments