1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix doc tag

This commit is contained in:
Esteban MIno 2018-07-31 16:18:06 -04:00
parent 3124e8c612
commit d8817b2646

View File

@ -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) {