Index: components/dom_distiller/webui/resources/about_dom_distiller.js |
diff --git a/components/dom_distiller/webui/resources/about_dom_distiller.js b/components/dom_distiller/webui/resources/about_dom_distiller.js |
index e52fd9727c0e2d0275557f32cce1500f42f0e86d..8c84eb8ff3840e261ea9157fcb6020d106afae75 100644 |
--- a/components/dom_distiller/webui/resources/about_dom_distiller.js |
+++ b/components/dom_distiller/webui/resources/about_dom_distiller.js |
@@ -7,7 +7,7 @@ var domDistiller = { |
* Callback from the backend with the list of entries to display. |
* This call will build the entries section of the DOM distiller page, or hide |
* that section if there are none to display. |
- * @param {!Array.<string>} entries The entries. |
+ * @param {!Array<string>} entries The entries. |
*/ |
onReceivedEntries: function(entries) { |
$('entries-list-loading').classList.add('hidden'); |