Index: chrome/browser/resources/options/handler_options.js |
diff --git a/chrome/browser/resources/options/handler_options.js b/chrome/browser/resources/options/handler_options.js |
index 85978343272a637c00a86cc0cf350966531879f2..a01261f199f9fad9bc2582dcd4e843d813078078 100644 |
--- a/chrome/browser/resources/options/handler_options.js |
+++ b/chrome/browser/resources/options/handler_options.js |
@@ -76,7 +76,7 @@ cr.define('options', function() { |
/** |
* Sets the list of handlers shown by the view. |
- * @param {Array.<Handlers>} handlers Handlers to be shown in the view. |
+ * @param {Array<Handlers>} handlers Handlers to be shown in the view. |
*/ |
HandlerOptions.setHandlers = function(handlers) { |
$('handlers-list').setHandlers(handlers); |