diff --git a/core/metrics_manager.js b/core/metrics_manager.js index 62a8d7ee9..0d2177c44 100644 --- a/core/metrics_manager.js +++ b/core/metrics_manager.js @@ -283,7 +283,7 @@ Blockly.MetricsManager.prototype.hasFixedEdges = function() { * @param {!Blockly.MetricsManager.ContainerRegion=} opt_viewMetrics The view * metrics if they have been previously computed. Passing in null may cause * the view metrics to be computed again, if it is needed. - * @return {Blockly.MetricsManager.FixedEdges} The fixed edges of the scroll + * @return {!Blockly.MetricsManager.FixedEdges} The fixed edges of the scroll * area. * @protected */