diff options
Diffstat (limited to 'chrome/browser/resources/options/autofill_edit_address_overlay.js')
-rw-r--r-- | chrome/browser/resources/options/autofill_edit_address_overlay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.js b/chrome/browser/resources/options/autofill_edit_address_overlay.js index c0c8fd2..b239e99 100644 --- a/chrome/browser/resources/options/autofill_edit_address_overlay.js +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.js @@ -90,7 +90,7 @@ cr.define('options', function() { /** * Updates the data model for the list named |listName| with the values from * |entries|. - * @param {String} listName The id of the list. + * @param {string} listName The id of the list. * @param {Array} entries The list of items to be added to the list. */ setMultiValueList_: function(listName, entries) { |