Skip to content

Commit

Permalink
Meta: remove mistaken "infallibly" IDs from #2547 (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 11, 2022
1 parent 3ea6895 commit ada486f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6318,7 +6318,7 @@ <h1>
</emu-note>
</emu-clause>

<emu-clause id="sec-createmethodpropertyinfallibly" oldids="sec-createmethodproperty" type="abstract operation">
<emu-clause id="sec-createmethodproperty" type="abstract operation">
<h1>
CreateMethodProperty (
_O_: an Object,
Expand Down Expand Up @@ -6363,7 +6363,7 @@ <h1>
</emu-note>
</emu-clause>

<emu-clause id="sec-createnonenumerabledatapropertyinfallibly" oldids="sec-createnonenumerabledatapropertyorthrow" type="abstract operation">
<emu-clause id="sec-createnonenumerabledatapropertyorthrow" type="abstract operation">
<h1>
CreateNonEnumerableDataPropertyOrThrow (
_O_: an Object,
Expand Down

0 comments on commit ada486f

Please sign in to comment.