Skip to content

Commit

Permalink
Editorial: Remove stale comment for SetImmutablePrototype
Browse files Browse the repository at this point in the history
  • Loading branch information
anba authored and bterlson committed Feb 4, 2017
1 parent 5bca627 commit 2f2d63a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -8437,7 +8437,6 @@ <h1>[[SetPrototypeOf]] ( _V_ )</h1>

<emu-clause id="sec-set-immutable-prototype">
<h1>SetImmutablePrototype ( _O_, _V_ )</h1>
<!-- This is used by host environment specs, even though it only has one consumer in this spec; don't inline it -->
<p>When the SetImmutablePrototype abstract operation is called with arguments _O_ and _V_, the following steps are taken:</p>
<emu-alg>
1. Assert: Either Type(_V_) is Object or Type(_V_) is Null.
Expand Down

0 comments on commit 2f2d63a

Please sign in to comment.