From b89f3055b21d1c7057fd1d8f6d70dfa16d7c1687 Mon Sep 17 00:00:00 2001 From: Muffin Date: Sat, 2 Nov 2024 22:13:34 -0500 Subject: [PATCH] Add links for qxsck & Skyhigh173 (#1742) for https://github.com/TurboWarp/scratch-gui/pull/962 --- extensions/Skyhigh173/bigint.js | 2 +- extensions/Skyhigh173/json.js | 2 +- extensions/qxsck/data-analysis.js | 2 +- extensions/qxsck/var-and-list.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/Skyhigh173/bigint.js b/extensions/Skyhigh173/bigint.js index ac0dfa140e..8983ecda4d 100644 --- a/extensions/Skyhigh173/bigint.js +++ b/extensions/Skyhigh173/bigint.js @@ -1,7 +1,7 @@ // Name: BigInt // ID: skyhigh173BigInt // Description: Math blocks that work on infinitely large integers (no decimals). -// By: Skyhigh173 +// By: Skyhigh173 // License: MIT // Context: BigInt is short for "Big Integer" which can be infinitely big. "number" refers to normal numbers that have limits. diff --git a/extensions/Skyhigh173/json.js b/extensions/Skyhigh173/json.js index 638df3ada1..172aa27293 100644 --- a/extensions/Skyhigh173/json.js +++ b/extensions/Skyhigh173/json.js @@ -1,7 +1,7 @@ // Name: JSON // ID: skyhigh173JSON // Description: Handle JSON strings and arrays. -// By: Skyhigh173 +// By: Skyhigh173 // License: MIT (function (Scratch) { diff --git a/extensions/qxsck/data-analysis.js b/extensions/qxsck/data-analysis.js index c193076687..1660818a77 100644 --- a/extensions/qxsck/data-analysis.js +++ b/extensions/qxsck/data-analysis.js @@ -1,7 +1,7 @@ // Name: Data Analysis // ID: qxsckdataanalysis // Description: Blocks to compute means, medians, maximums, minimums, variances, and modes. -// By: qxsck +// By: qxsck // License: MIT (function (Scratch) { diff --git a/extensions/qxsck/var-and-list.js b/extensions/qxsck/var-and-list.js index e87e28bf03..d9dfa24df3 100644 --- a/extensions/qxsck/var-and-list.js +++ b/extensions/qxsck/var-and-list.js @@ -1,7 +1,7 @@ // Name: Variable and list // ID: qxsckvarandlist // Description: More blocks related to variables and lists. -// By: qxsck +// By: qxsck // License: MIT (function (Scratch) {