From 5a3b99a08c4642f3fbdc2fff536beb3062a4ff68 Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Wed, 2 Dec 2020 16:13:53 -0800 Subject: [PATCH] Updating JsDoc in response to comment (#4491) --- core/generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/generator.js b/core/generator.js index c2cf50988..b375b7a06 100644 --- a/core/generator.js +++ b/core/generator.js @@ -159,7 +159,7 @@ Blockly.Generator.prototype.allNestedComments = function(block) { /** * Generate code for the specified block (and attached blocks). - * The generator should be initialized before calling this function. + * The generator must be initialized before calling this function. * @param {Blockly.Block} block The block to generate code for. * @param {boolean=} opt_thisOnly True to generate code for only this statement. * @return {string|!Array} For statement blocks, the generated code.