From 9c24bcb7a951c078adf415a5bc87b78f3e1cf75c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 7 Aug 2019 18:05:32 +0100 Subject: [PATCH] Tweak the type --- src/base-apis.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}). *