Skip to content

Commit

Permalink
Editorial: Update About this Specification wording (#1830)
Browse files Browse the repository at this point in the history
This change updates the wording of the first sentence in the "About this
Specification" section to read:

> This document at https://tc39.es/ecma262/ is the most accurate and >
up-to-date ECMAScript specification.

Without this change, it just reads “the most accurate up-to-date”,
without the word “and”.
  • Loading branch information
sideshowbarker authored and ljharb committed Feb 19, 2020
1 parent efa4e7e commit c654de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Contributing to this Specification</h1>
</ul>
<p>Refer to the <emu-xref href="#sec-colophon">colophon</emu-xref> for more information on how this document is created.</p>
<h1>About this Specification</h1>
<p>This document at <a href=".">https://tc39.es/ecma262/</a> is the most accurate up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any <a href="https://github.com/tc39/proposals/blob/master/finished-proposals.md">finished proposals</a> (those that have reached Stage&nbsp;4 in the <a href="https://tc39.es/process-document/">proposal process</a> and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.</p>
<p>This document at <a href=".">https://tc39.es/ecma262/</a> is the most accurate and up-to-date ECMAScript specification. It contains the content of the most recent yearly snapshot plus any <a href="https://github.com/tc39/proposals/blob/master/finished-proposals.md">finished proposals</a> (those that have reached Stage&nbsp;4 in the <a href="https://tc39.es/process-document/">proposal process</a> and thus are implemented in several implementations and will be in the next practical revision) since that snapshot was taken.</p>
</div>
<emu-intro id="sec-intro">
<h1>Introduction</h1>
Expand Down

0 comments on commit c654de2

Please sign in to comment.