| Index: ui/webui/resources/js/cr.js
|
| diff --git a/ui/webui/resources/js/cr.js b/ui/webui/resources/js/cr.js
|
| index b403f44c5689babb0644253381961e38f3014be0..03cf6ff1a4da00ce9ddf9ef7b81a1ff14b89d38e 100644
|
| --- a/ui/webui/resources/js/cr.js
|
| +++ b/ui/webui/resources/js/cr.js
|
| @@ -298,7 +298,7 @@ var cr = function() {
|
| * Forwards public APIs to private implementations.
|
| * @param {Function} ctor Constructor that have private implementations in its
|
| * prototype.
|
| - * @param {Array.<string>} methods List of public method names that have their
|
| + * @param {Array<string>} methods List of public method names that have their
|
| * underscored counterparts in constructor's prototype.
|
| * @param {string=} opt_target Selector for target node.
|
| */
|
|
|