Skip to content

Commit

Permalink
Editorial: correct miscount in definition of 'script'
Browse files Browse the repository at this point in the history
This was introduced in 3d45584 (#4898).
  • Loading branch information
Ms2ger committed Oct 23, 2023
1 parent baf6d0a commit f911319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103849,8 +103849,9 @@ document.querySelector("button").addEventListener("click", bound);

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

<p>A <dfn data-x="concept-script" export>script</dfn> is one of three possible <span
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
<span>module script</span>). All scripts have:</p>

<dl>
<dt>A <dfn for="script" export data-x="concept-script-settings-object"
Expand Down

0 comments on commit f911319

Please sign in to comment.