Skip to content

Commit afb391f

Browse files
authored
fix syntax in spec
Refs #10
1 parent ba61758 commit afb391f

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
@@ -78,7 +78,7 @@ <h1>Runtime Semantics: HostResolveImportedModule ( _referencingScriptOrModule_,
7878

7979

8080
<emu-note type=editor>
81-
<p><ins>The above text implies that hosts *must* support JSON modules imported with `type: "json"` (if it completes normally), but it doesn't prohibit hosts from supporting JSON modules imported with no type specified. Some environments (for example, web browsers) are expected to require `if { type: "json" }`, and environments which want to restrict themselves to a compatible subset would do so as well.</ins></p>
81+
<p><ins>The above text implies that hosts *must* support JSON modules imported with `type: "json"` (if it completes normally), but it doesn't prohibit hosts from supporting JSON modules imported with no type specified. Some environments (for example, web browsers) are expected to require `assert { type: "json" }`, and environments which want to restrict themselves to a compatible subset would do so as well.</ins></p>
8282
</emu-note>
8383

8484
<emu-note type=editor>

0 commit comments

Comments
 (0)