Skip to content

Commit 0e76ae8

Browse files
committed
Editorial: fix typos in HostLoadImportedModule
Fixes #9867.
1 parent f911319 commit 0e76ae8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107162,14 +107162,14 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
107162107162
<ol>
107163107163
<li><p>Set <var>destination</var> to <var>loadState</var>.[[Destination]].</p></li>
107164107164

107165-
<li><p>Set <var>fetchClient</var> <var>loadState</var>.[[FetchClient]].</p></li>
107165+
<li><p>Set <var>fetchClient</var> to <var>loadState</var>.[[FetchClient]].</p></li>
107166107166
</ol>
107167107167
</li>
107168107168

107169107169
<li>
107170107170
<p><span>Fetch a single imported module script</span> given <var>url</var>,
107171107171
<var>fetchClient</var>, <var>destination</var>, <var>fetchOptions</var>,
107172-
<var>settingsObject</var> <var>fetchReferrer</var>, <var>moduleRequest</var>, and
107172+
<var>settingsObject</var>, <var>fetchReferrer</var>, <var>moduleRequest</var>, and
107173107173
<var>onSingleFetchComplete</var> as defined below. If <var>loadState</var> is not undefined and
107174107174
<var>loadState</var>.[[PerformFetch]] is not null, pass <var>loadState</var>.[[PerformFetch]]
107175107175
along as well.</p>
@@ -107201,8 +107201,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
107201107201
</li>
107202107202

107203107203
<li><p>Otherwise, set <var>completion</var> to <span>Completion Record</span> { [[Type]]:
107204-
normal, [[Value]]: <var>result</var>'s <span data-x="concept-script-record">record</span>,
107205-
[[Target]]: empty }.</p></li>
107204+
normal, [[Value]]: <var>moduleScript</var>'s
107205+
<span data-x="concept-script-record">record</span>, [[Target]]: empty }.</p></li>
107206107206

107207107207
<li><p>Perform <span>FinishLoadingImportedModule</span>(<var>referrer</var>,
107208107208
<var>moduleRequest</var>, <var>payload</var>, <var>completion</var>).</p></li>

0 commit comments

Comments
 (0)