From 98a1c06e7a681cfc0b8dd591daa7a0750cdc7522 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 8 Apr 2019 10:48:22 -0700 Subject: [PATCH] Changed jsdoc --- core/generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/generator.js b/core/generator.js index 6244c06a6..ae669964e 100644 --- a/core/generator.js +++ b/core/generator.js @@ -276,7 +276,7 @@ Blockly.Generator.prototype.valueToCode = function(block, name, outerOrder) { /** * Generate code representing the statement. Indent the code. * This is mainly used in generators. When trying to generate code to evaluate - * look at using workspaceToCode and blockToCode. + * look at using workspaceToCode or blockToCode. * @param {!Blockly.Block} block The block containing the input. * @param {string} name The name of the input. * @return {string} Generated code or '' if no blocks are connected.