Skip to content

Commit

Permalink
Fix TimeZone.getAbsoluteFor argument name in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed May 14, 2020
1 parent 23845a0 commit 726b076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/timezone.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ <h1>Temporal.TimeZone.prototype.getDateTimeFor ( _absolute_ )</h1>
</emu-clause>

<emu-clause id="sec-temporal.timezone.prototype.getabsolutefor">
<h1>Temporal.TimeZone.prototype.getAbsoluteFor ( _temporalDateTimeLike_ [ , _options_ ] )</h1>
<h1>Temporal.TimeZone.prototype.getAbsoluteFor ( _dateTime_ [ , _options_ ] )</h1>
<p>
The `getAbsoluteFor` method takes two arguments, _temporalDateTimeLike_ and _options_.
The `getAbsoluteFor` method takes two arguments, _dateTime_ and _options_.
The following steps are taken:
</p>
<emu-alg>
Expand Down

0 comments on commit 726b076

Please sign in to comment.