We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e94671 commit d2c8193Copy full SHA for d2c8193
source
@@ -103359,8 +103359,9 @@ document.querySelector("button").addEventListener("click", bound);
103359
103360
<h5 id="script-structs"><span id="definitions-2"></span>Scripts</h5>
103361
103362
- <p>A <dfn data-x="concept-script" export>script</dfn> is one of three possible <span
103363
- data-x="struct">structs</span>. All scripts have:</p>
+ <p>A <dfn data-x="concept-script" export>script</dfn> is one of two possible <span
+ data-x="struct">structs</span> (namely, a <span>classic script</span> or a
103364
+ <span>module script</span>). All scripts have:</p>
103365
103366
<dl>
103367
<dt>A <dfn for="script" data-x="concept-script-realm">realm</dfn></dt>
0 commit comments