Skip to content

Commit 5c93a68

Browse files
jmdyckljharb
authored andcommitted
Editorial: delete extra space at end of paragraph (#1509)
1 parent 3e49b30 commit 5c93a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27762,7 +27762,7 @@ <h1>Date.prototype.toDateString ( )</h1>
2776227762

2776327763
<emu-clause id="sec-date.prototype.toisostring">
2776427764
<h1>Date.prototype.toISOString ( )</h1>
27765-
<p>If this time value is not a finite Number or if it corresponds with a year that cannot be represented in the <emu-xref href="#sec-date-time-string-format">Date Time String Format</emu-xref>, this function throws a *RangeError* exception. Otherwise, it returns a String representation of this time value in that format on the UTC time scale, including all format elements and the UTC offset representation `"Z"`. </p>
27765+
<p>If this time value is not a finite Number or if it corresponds with a year that cannot be represented in the <emu-xref href="#sec-date-time-string-format">Date Time String Format</emu-xref>, this function throws a *RangeError* exception. Otherwise, it returns a String representation of this time value in that format on the UTC time scale, including all format elements and the UTC offset representation `"Z"`.</p>
2776627766
</emu-clause>
2776727767

2776827768
<emu-clause id="sec-date.prototype.tojson">

0 commit comments

Comments
 (0)