summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/options/search_page.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/options/search_page.js')
-rw-r--r--chromium/chrome/browser/resources/options/search_page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/options/search_page.js b/chromium/chrome/browser/resources/options/search_page.js
index 27cd9a53e70..971546dd56d 100644
--- a/chromium/chrome/browser/resources/options/search_page.js
+++ b/chromium/chrome/browser/resources/options/search_page.js
@@ -383,7 +383,7 @@ cr.define('options', function() {
},
/**
- * @return {!Array.<HTMLElement>} all the associated controls for |subpage|,
+ * @return {!Array<HTMLElement>} all the associated controls for |subpage|,
* including |subpage.associatedControls| as well as any controls on parent
* pages that are indirectly necessary to get to the subpage.
* @private