Skip to content

Commit

Permalink
Editorial: Change _set_ to _set_.[[WeakSetData]]
Browse files Browse the repository at this point in the history
(Fixes spec bug from PR tc39#2089)
  • Loading branch information
jmdyck committed Aug 11, 2020
1 parent f6c9320 commit f34e4f6
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 @@ -8079,7 +8079,7 @@ <h1>Execution</h1>
1. Set _r_.[[Key]] to ~empty~.
1. Set _r_.[[Value]] to ~empty~.
1. For each WeakSet _set_ such that _set_.[[WeakSetData]] contains _obj_, do
1. Replace the element of _set_ whose value is _obj_ with an element whose value is ~empty~.
1. Replace the element of _set_.[[WeakSetData]] whose value is _obj_ with an element whose value is ~empty~.
</emu-alg>

<emu-note>
Expand Down

0 comments on commit f34e4f6

Please sign in to comment.