diff --git a/src/client.js b/src/client.js index 12671d27f..0e4a4b5b8 100644 --- a/src/client.js +++ b/src/client.js @@ -853,8 +853,8 @@ async function _setDeviceVerification( * @param {Array} methods array of verification methods to use. Defaults to * all known methods * - * @returns {Promise} resolves to a verifier - * when the request is accepted by the other user + * @returns {Promise} resolves to a VerificationRequest + * when the request has been sent to the other party. */ MatrixClient.prototype.requestVerificationDM = function(userId, roomId, methods) { if (this._crypto === null) {