Skip to content

Commit 070d2cb

Browse files
xtucljharb
andauthored
Update spec.html
Co-authored-by: Jordan Harband <[email protected]>
1 parent 955df5b commit 070d2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>Runtime Semantics: HostResolveImportedModule ( _referencingScriptOrModule_,
5858
<ins>
5959
If _assertions_ has an entry _entry_ such that _entry_.[[Key]] is *"type"*, let _type_ be _entry_.[[Value]]. The following requirements apply:
6060
<ul>
61-
<li><ins>If _type_ is *"json"*, then this algorithm must either invoke ParseJSONModule and, unless ParseJSONModule resulted in an abrupt completion, return the resulting Module Record, or throw an exception.</ins></li>
61+
<li><ins>If _type_ is *"json"*, then this algorithm must either invoke ParseJSONModule and return the resulting Completion Record, or throw an exception.</ins></li>
6262
</ul>
6363
</ins>
6464
</li>

0 commit comments

Comments
 (0)