Skip to content

Commit

Permalink
Editorial: stricter notes in HostInitializeSyntheticRealm (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works authored Jun 7, 2021
1 parent 9f82c67 commit 45e1efa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ <h1>Runtime Semantics: HostInitializeSyntheticRealm ( _realm_ )</h1>
</p>
<p>
The host may use this hook to add properties to the Realm's global
object. Those properties must each be configurable to provide
platform capabilities with no authority to cause side effects such
as I/O or mutation of values that are shared across different
realms within the same host environment.
object. Those properties must be configurable. Those properties must
have no authority to cause side effects such as I/O or mutation of
values (or internal state of the host) that are shared across different
realms or within the same realm.
</p>
<emu-note>
<p>
Expand Down

0 comments on commit 45e1efa

Please sign in to comment.