Skip to content

Commit

Permalink
use must be initialized wording over should
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Nov 26, 2024
1 parent 8550dd0 commit a91247d
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 @@ -49674,7 +49674,7 @@ <h1>%Symbol.toStringTag%</h1>
<h1>Module Source Objects</h1>
<p>Module Source Objects represent modules in their source import phase, which are not linked, instantiated or executed.</p>
<p>A <dfn>Module Source Object</dfn> is an object for which HostGetModuleSourceName returns a normal completion.</p>
<p>All Module Source Objects should have a prototype of %AbstractModuleSource%.prototype.</p>
<p>All Module Source Objects must be initialized with a prototype of %AbstractModuleSource%.prototype.</p>
<p>Hosts may define their own %AbstractModuleSource% subclasses for custom module types.</p>

<emu-clause id="sec-abstractmodulesource-constructor">
Expand Down

0 comments on commit a91247d

Please sign in to comment.