From 5c48bfc18809f8407191d3ae48eb51b6e3ab81a8 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 28 Jun 2021 11:09:01 -0700 Subject: [PATCH] Tweak comment --- core/blockly.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/blockly.js b/core/blockly.js index 55758bae9..92716e4d1 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -62,7 +62,8 @@ goog.requireType('Blockly.Workspace'); /** * Blockly core version. * This constant is overridden by the build script (npm run build) to the value - * of the version in package.json. This is done during the gen_core build step. + * of the version in package.json. This is done by the Closure Compiler in the + * buildCompressed gulp task. * For local builds, you can pass --define='Blockly.VERSION=X.Y.Z' to the * compiler to override this constant. * @define {string}