Skip to content

Commit 60b2640

Browse files
committed
Format
1 parent 869b533 commit 60b2640

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

polyfill/test262

Submodule test262 updated 54 files

spec/duration.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,12 +1473,12 @@ <h1>
14731473
<emu-clause id="sec-temporal-comparedurations" type="abstract operation">
14741474
<h1>
14751475
CompareDurations (
1476-
_duration1_: an Internal Duration Record
1477-
_duration2_: an Internal Duration Record
1478-
_zonedRelativeTo_: a Temporal.ZonedDateTime or *undefined*
1479-
_plainRelativeTo_: a Temporal.PlainDateTime or *undefined*
1480-
_largestUnit1_: a Temporal unit
1481-
_largestUnit2_: a Temporal unit
1476+
_duration1_: an Internal Duration Record,
1477+
_duration2_: an Internal Duration Record,
1478+
_zonedRelativeTo_: a Temporal.ZonedDateTime or *undefined*,
1479+
_plainRelativeTo_: a Temporal.PlainDateTime or *undefined*,
1480+
_largestUnit1_: a Temporal unit,
1481+
_largestUnit2_: a Temporal unit,
14821482
): either a normal completion containing either *-1*<sub>𝔽</sub>, *+0*<sub>𝔽</sub>, or *1*<sub>𝔽</sub>, or a throw completion
14831483
</h1>
14841484
<dl class="header">

0 commit comments

Comments
 (0)