Skip to content

Commit d2c8193

Browse files
committed
Editorial: correct miscount in definition of 'script'
This was introduced in 3d45584 (whatwg#4898).
1 parent 3e94671 commit d2c8193

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103359,8 +103359,9 @@ document.querySelector("button").addEventListener("click", bound);
103359103359

103360103360
<h5 id="script-structs"><span id="definitions-2"></span>Scripts</h5>
103361103361

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>
103362+
<p>A <dfn data-x="concept-script" export>script</dfn> is one of two possible <span
103363+
data-x="struct">structs</span> (namely, a <span>classic script</span> or a
103364+
<span>module script</span>). All scripts have:</p>
103364103365

103365103366
<dl>
103366103367
<dt>A <dfn for="script" data-x="concept-script-realm">realm</dfn></dt>

0 commit comments

Comments
 (0)