diff --git a/src/base-apis.js b/src/base-apis.js index c4230c74f..50903db67 100644 --- a/src/base-apis.js +++ b/src/base-apis.js @@ -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.>} query Array of arrays containing + * [medium, address] * @param {string} identityAccessToken The `access_token` field of the Identity * Server `/account/register` response (see {@link registerWithIdentityServer}). *