Index: chrome/browser/resources/options/language_options.js |
diff --git a/chrome/browser/resources/options/language_options.js b/chrome/browser/resources/options/language_options.js |
index f40284495dfc5564871f5f03283bb6c3127fe4fb..7956e85ab74770a6306bfd4e1f677eb8de494e52 100644 |
--- a/chrome/browser/resources/options/language_options.js |
+++ b/chrome/browser/resources/options/language_options.js |
@@ -1349,7 +1349,7 @@ cr.define('options', function() { |
/** |
* Shows the node at |index| in |nodes|, hides all others. |
- * @param {Array.<HTMLElement>} nodes The nodes to be shown or hidden. |
+ * @param {Array<HTMLElement>} nodes The nodes to be shown or hidden. |
* @param {number} index The index of |nodes| to show. |
*/ |
function showMutuallyExclusiveNodes(nodes, index) { |