Fix annotation

This commit is contained in:
rachel-fenichel
2016-10-21 17:34:59 -07:00
parent 81499e4392
commit 3d53b1e7fb

View File

@@ -75,7 +75,7 @@ Blockly.Workspace = function(opt_options) {
*/
this.blockDB_ = Object.create(null);
/*
* @type {!Array.<!string>}
* @type {!Array.<string>}
* A list of all of the named variables in the workspace, including variables
* that are not currently in use.
*/