Skip to content

Commit

Permalink
Editorial: Mark CreateDateDurationRecord in RoundDuration as fallible
Browse files Browse the repository at this point in the history
Fixes #2235
  • Loading branch information
anba authored and ptomato committed Jun 14, 2022
1 parent 07d4ebb commit 5411f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ <h1>
1. Set _relativeTo_ to _moveResult_.[[RelativeTo]].
1. Set _days_ to _days_ + _moveResult_.[[Days]].
1. Set _weeks_ to _weeks_ - _sign_.
1. Return ! CreateDateDurationRecord(_years_, _months_, _weeks_, _days_).
1. Return ? CreateDateDurationRecord(_years_, _months_, _weeks_, _days_).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 5411f62

Please sign in to comment.