From b602240c8b20efb0986f6bcb66cc315a3a970057 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 10 Jul 2019 12:40:46 -0700 Subject: [PATCH] Fix comment --- build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.py b/build.py index 52d4f75a9..6178d15ee 100755 --- a/build.py +++ b/build.py @@ -22,8 +22,7 @@ # generators builds every _compressed.js. # langfiles builds every msg/js/.js file. -# This script generates four versions of Blockly's core files. The first pair -# are: +# This script generates two versions of Blockly's core files: # blockly_compressed.js # blockly_uncompressed.js # The compressed file is a concatenation of all of Blockly's core files which