Index: ui/file_manager/file_manager/common/js/util.js |
diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js |
index 4993ae16fec7cf404016738d51b2323dcfcf46cc..fcfd4b1a6ebe2216561285062a4db90b5509f86a 100644 |
--- a/ui/file_manager/file_manager/common/js/util.js |
+++ b/ui/file_manager/file_manager/common/js/util.js |
@@ -762,8 +762,8 @@ util.getCurrentLocaleOrDefault = function() { |
/** |
* Converts array of entries to an array of corresponding URLs. |
- * @param {Array.<Entry>} entries Input array of entries. |
- * @return {Array.<string>} Output array of URLs. |
+ * @param {Array<Entry>} entries Input array of entries. |
+ * @return {!Array<string>} Output array of URLs. |
*/ |
util.entriesToURLs = function(entries) { |
return entries.map(function(entry) { |