Index: chrome/browser/resources/net_internals/dns_view.js |
diff --git a/chrome/browser/resources/net_internals/dns_view.js b/chrome/browser/resources/net_internals/dns_view.js |
index 806668f323263f3e302316fee5ba24a14aa019f7..ce507efa167f7a551c173e8c7a24f7d62a31ede2 100644 |
--- a/chrome/browser/resources/net_internals/dns_view.js |
+++ b/chrome/browser/resources/net_internals/dns_view.js |
@@ -202,7 +202,7 @@ var DnsView = (function() { |
* Takes a last of strings and adds them all to a DOM node, displaying them |
* on separate lines. |
* @param {DomNode} node The parent node. |
- * @param {Array.<string>} list List of strings to add to the node. |
+ * @param {Array<string>} list List of strings to add to the node. |
*/ |
function addListToNode_(node, list) { |
for (var i = 0; i < list.length; ++i) |