Skip to content

Commit

Permalink
Editorial: fix variable name in HostLoadImportedModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and annevk committed Sep 26, 2024
1 parent 4ecf8f2 commit 6b3de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -109959,7 +109959,7 @@ import "https://example.com/foo/../module2.mjs";</code></pre>

<li>
<p>If the result of running the <span>module type allowed</span> steps given
<var>moduleType</var> and <var>settings</var> is false, then:</p>
<var>moduleType</var> and <var>settingsObject</var> is false, then:</p>

<ol>
<li><p>Let <var>completion</var> be <span>Completion Record</span> { [[Type]]: throw,
Expand Down

0 comments on commit 6b3de36

Please sign in to comment.