Skip to content

Commit

Permalink
Editorial: Remove extra "to" in Abstract Operations (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic authored and ljharb committed May 22, 2020
1 parent fc8964f commit b23239f
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 @@ -4533,7 +4533,7 @@ <h1>CopyDataBlockBytes ( _toBlock_, _toIndex_, _fromBlock_, _fromIndex_, _count_

<emu-clause id="sec-abstract-operations">
<h1>Abstract Operations</h1>
<p>These operations are not a part of the ECMAScript language; they are defined here to solely to aid the specification of the semantics of the ECMAScript language. Other, more specialized abstract operations are defined throughout this specification.</p>
<p>These operations are not a part of the ECMAScript language; they are defined here solely to aid the specification of the semantics of the ECMAScript language. Other, more specialized abstract operations are defined throughout this specification.</p>

<emu-clause id="sec-type-conversion">
<h1>Type Conversion</h1>
Expand Down

0 comments on commit b23239f

Please sign in to comment.