diff --git a/core/workspace.js b/core/workspace.js index 5cf916571..113df8baf 100644 --- a/core/workspace.js +++ b/core/workspace.js @@ -75,7 +75,7 @@ Blockly.Workspace = function(opt_options) { */ this.blockDB_ = Object.create(null); /* - * @type {!Array.} + * @type {!Array.} * A list of all of the named variables in the workspace, including variables * that are not currently in use. */