Skip to content

Commit

Permalink
Editorial: Clarify Proxy.revocable (tc39#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek authored and ljharb committed Jun 13, 2023
1 parent e44bf53 commit 8736857
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 @@ -46709,7 +46709,7 @@ <h1>Proxy.revocable ( _target_, _handler_ )</h1>
1. Let _p_ be _F_.[[RevocableProxy]].
1. If _p_ is *null*, return *undefined*.
1. Set _F_.[[RevocableProxy]] to *null*.
1. Assert: _p_ is a Proxy object.
1. Assert: _p_ is a Proxy exotic object.
1. Set _p_.[[ProxyTarget]] to *null*.
1. Set _p_.[[ProxyHandler]] to *null*.
1. Return *undefined*.
Expand Down

0 comments on commit 8736857

Please sign in to comment.