From f91131956d8a9fa81716792ff363314e7281983e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 20 Oct 2023 13:42:49 +0200 Subject: [PATCH] Editorial: correct miscount in definition of 'script' This was introduced in 3d45584d286e9455cc24ebae1f3aca3db120dc9d (#4898). --- source | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source b/source index 3396fa26285..41373788d62 100644 --- a/source +++ b/source @@ -103849,8 +103849,9 @@ document.querySelector("button").addEventListener("click", bound);
Scripts
-

A script is one of three possible structs. All scripts have:

+

A script is one of two possible structs (namely, a classic script or a + module script). All scripts have:

A