Skip to content

Commit ef04774

Browse files
sffcptomato
andcommitted
Apply suggestions from code review
Co-authored-by: Philip Chimento <[email protected]>
1 parent fcdb47e commit ef04774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/abstractops.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h1>
580580
ValidateTemporalUnitValue (
581581
_value_: a Temporal unit, ~unset~, or ~auto~,
582582
_unitGroup_: ~date~, ~time~, or ~datetime~,
583-
optional _extraValues_: a List of either Temporal units or ~auto~,
583+
optional _extraValues_: a List of either Temporal units or ~auto~ or ~unset~,
584584
): either a normal completion containing ~unused~ or a throw completion
585585
</h1>
586586
<dl class="header">
@@ -589,10 +589,10 @@ <h1>
589589
</dl>
590590
<emu-alg>
591591
1. If _extraValues_ is present and _extraValues_ contains _value_, return ~unused~.
592-
1. Let _category_ be the value in the “Category” column of the row of <emu-xref href="#table-temporal-units"></emu-xref> whose “Value” column contains _value_. If there is no such row, throw a RangeError exception.
592+
1. Let _category_ be the value in the “Category” column of the row of <emu-xref href="#table-temporal-units"></emu-xref> whose “Value” column contains _value_. If there is no such row, throw a *RangeError* exception.
593593
1. If _category_ is ~date~ and _unitGroup_ is ~date~ or ~datetime~, return ~unused~.
594594
1. If _category_ is ~time~ and _unitGroup_ is ~time~ or ~datetime~, return ~unused~.
595-
1. Throw a RangeError exception.
595+
1. Throw a *RangeError* exception.
596596
</emu-alg>
597597
</emu-clause>
598598

0 commit comments

Comments
 (0)