Skip to content

Commit

Permalink
Editorial: r/ES2015/ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Mar 30, 2020
1 parent 3854393 commit 4e984af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datetimeformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h1>DateTime Format Functions</h1>
<h1>PartitionDateTimePattern ( _dateTimeFormat_, _x_ )</h1>

<p>
The PartitionDateTimePattern abstract operation is called with arguments _dateTimeFormat_ (which must be an object initialized as a DateTimeFormat) and _x_ (which must be a Number value), interprets _x_ as a time value as specified in ES2015, <emu-xref href="#sec-time-values-and-time-range"></emu-xref>, and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_. The following steps are taken:
The PartitionDateTimePattern abstract operation is called with arguments _dateTimeFormat_ (which must be an object initialized as a DateTimeFormat) and _x_ (which must be a Number value), interprets _x_ as a time value as specified in ES2020, <emu-xref href="#sec-time-values-and-time-range"></emu-xref>, and creates the corresponding parts according to the effective locale and the formatting options of _dateTimeFormat_. The following steps are taken:
</p>

<emu-alg>
Expand Down

0 comments on commit 4e984af

Please sign in to comment.