1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Missing bracket in docblock.

This commit is contained in:
Dan 2018-04-18 16:17:06 -02:30
parent 649d2f8b22
commit 164f9c4662

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