Skip to content

Commit

Permalink
Tweak the type
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Aug 7, 2019
1 parent 8f01672 commit 9c24bcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/base-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,8 @@ MatrixBaseApis.prototype.lookupThreePid = async function(
/**
* Looks up the public Matrix ID mappings for multiple 3PIDs.
*
* @param {array} query Array of arrays containing [medium, address]
* @param {Array.<Array.<string>>} query Array of arrays containing
* [medium, address]
* @param {string} identityAccessToken The `access_token` field of the Identity
* Server `/account/register` response (see {@link registerWithIdentityServer}).
*
Expand Down

0 comments on commit 9c24bcb

Please sign in to comment.