Skip to content

Commit

Permalink
Editorial: Remove unnecessary explicit link suppression (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Jul 9, 2022
1 parent 17baf24 commit 503c1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ <h1>
</h1>
<dl class="header">
<dt>description</dt>
<dd>It rounds a duration (denoted by _years_ through _nanoseconds_) according to the rounding parameters _unit_, _increment_, and _roundingMode_, and returns a Record with the Duration Record result in its [[DurationRecord]] field, as well as the <emu-not-ref>remainder</emu-not-ref> from the rounding operation in its [[Remainder]] field. For rounding involving calendar units, the _relativeTo_ parameter is required.</dd>
<dd>It rounds a duration (denoted by _years_ through _nanoseconds_) according to the rounding parameters _unit_, _increment_, and _roundingMode_, and returns a Record with the Duration Record result in its [[DurationRecord]] field, as well as the remainder from the rounding operation in its [[Remainder]] field. For rounding involving calendar units, the _relativeTo_ parameter is required.</dd>
</dl>
<emu-alg>
1. If _relativeTo_ is not present, set _relativeTo_ to *undefined*.
Expand Down
2 changes: 1 addition & 1 deletion spec/zoneddatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ <h1>
<dl class="header">
<dt>description</dt>
<dd>
It converts a number of _nanoseconds_ relative to a Temporal.ZonedDateTime _relativeTo_, and converts it into a number of days and <emu-not-ref>remainder</emu-not-ref> of nanoseconds, taking into account any offset changes in the time zone of _relativeTo_.
It converts a number of _nanoseconds_ relative to a Temporal.ZonedDateTime _relativeTo_, and converts it into a number of days and remainder of nanoseconds, taking into account any offset changes in the time zone of _relativeTo_.
It also returns the length of the last day in nanoseconds, for rounding purposes.
</dd>
</dl>
Expand Down

0 comments on commit 503c1ed

Please # to comment.