Index: chrome/browser/resources/about_version.js |
diff --git a/chrome/browser/resources/about_version.js b/chrome/browser/resources/about_version.js |
index d97191771e5abeb30efe88227c319f5b874728ce..476311bfae9837eed6419c27409ddf6eab078d8a 100644 |
--- a/chrome/browser/resources/about_version.js |
+++ b/chrome/browser/resources/about_version.js |
@@ -6,7 +6,7 @@ |
* Callback from the backend with the list of variations to display. |
* This call will build the variations section of the version page, or hide that |
* section if there are none to display. |
- * @param {!Array.<string>} variationsList The list of variations. |
+ * @param {!Array<string>} variationsList The list of variations. |
*/ |
function returnVariationInfo(variationsList) { |
$('variations-section').hidden = !variationsList.length; |