File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1042,8 +1042,16 @@ <h1>
1042
1042
</emu-alg >
1043
1043
</emu-clause >
1044
1044
1045
- <emu-clause id =" sec-temporal-topartialduration" aoid =" ToPartialDuration" >
1046
- <h1 >ToPartialDuration ( _temporalDurationLike_ )</h1 >
1045
+ <emu-clause id =" sec-temporal-topartialduration" type =" abstract operation" >
1046
+ <h1 >
1047
+ ToPartialDuration (
1048
+ _temporalDurationLike_ : an ECMAScript language value,
1049
+ )
1050
+ </h1 >
1051
+ <dl class =" header" >
1052
+ <dt >description</dt >
1053
+ <dd >It returns a partial Duration Record with fields set according to the properties of _temporalDurationLike_ .</dd >
1054
+ </dl >
1047
1055
<emu-alg >
1048
1056
1. If Type(_temporalDurationLike_ ) is not Object, then
1049
1057
1. Throw a *TypeError* exception.
You can’t perform that action at this time.
0 commit comments