Index: chrome/browser/resources/help/channel_change_page.js |
diff --git a/chrome/browser/resources/help/channel_change_page.js b/chrome/browser/resources/help/channel_change_page.js |
index d7c776066c2b42647edb981ca4830568176b71d8..b084effeec39b984d42d466c53add65be0f720eb 100644 |
--- a/chrome/browser/resources/help/channel_change_page.js |
+++ b/chrome/browser/resources/help/channel_change_page.js |
@@ -94,7 +94,7 @@ cr.define('help', function() { |
/** |
* Returns the list of all radio buttons responsible for channel selection. |
- * @return {Array.<HTMLInputElement>} Array of radio buttons |
+ * @return {NodeList} Array of radio buttons |
* @private |
*/ |
getAllChannelOptions_: function() { |
@@ -103,7 +103,7 @@ cr.define('help', function() { |
/** |
* Returns value of the selected option. |
- * @return {string} Selected channel name or null, if neither |
+ * @return {?string} Selected channel name or null, if neither |
* option is selected. |
* @private |
*/ |