Missing bracket in docblock.

This commit is contained in:
Dan 2018-04-18 16:17:06 -02:30
parent 649d2f8b22
commit 164f9c4662
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class PreferencesController {
* Removes a specified token from the tokens array.
*
* @param {string} rawAddress Hex address of the token contract to remove.
* @returns {Promise<array> The new array of AddedToken objects
* @returns {Promise<array>} The new array of AddedToken objects
*
*/
removeToken (rawAddress) {