Skip to content

Commit

Permalink
Editorial: Update algorithm step references (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored and bterlson committed Jul 13, 2016
1 parent 9f33f27 commit 9746dbf
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 @@ -13160,7 +13160,7 @@ <h1>Runtime Semantics: InstanceofOperator(_O_, _C_)</h1>
1. Return ? OrdinaryHasInstance(_C_, _O_).
</emu-alg>
<emu-note>
<p>Steps 5 and 6 provide compatibility with previous editions of ECMAScript that did not use a @@hasInstance method to define the `instanceof` operator semantics. If a function object does not define or inherit @@hasInstance it uses the default `instanceof` semantics.</p>
<p>Steps 4 and 5 provide compatibility with previous editions of ECMAScript that did not use a @@hasInstance method to define the `instanceof` operator semantics. If a function object does not define or inherit @@hasInstance it uses the default `instanceof` semantics.</p>
</emu-note>
</emu-clause>
</emu-clause>
Expand Down

0 comments on commit 9746dbf

Please sign in to comment.