diff options
fix doc tag
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/controllers/preferences.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js index fcbf9c186..707fd7de9 100644 --- a/app/scripts/controllers/preferences.js +++ b/app/scripts/controllers/preferences.js @@ -426,7 +426,7 @@ class PreferencesController { * A getter for `tokens` and `accountTokens` related states. * * @param {string} selectedAddress A new hex address for an account - * @returns {array, object, string, string} States to interact with tokens in `accountTokens` + * @returns {Object.<array, object, string, string>} States to interact with tokens in `accountTokens` * */ _getTokenRelatedStates (selectedAddress) { |