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 53be8bc58b3d3ed7a12bd7d98d116bc79c1bb92a..bff48b2ca6b603b1297f5f7888243a9b1cdd243a 100644 |
--- a/chrome/browser/resources/help/channel_change_page.js |
+++ b/chrome/browser/resources/help/channel_change_page.js |
@@ -93,7 +93,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() { |
@@ -102,7 +102,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 |
*/ |