diff --git a/src/crypto/CrossSigning.js b/src/crypto/CrossSigning.js index e07426af2..90d95014a 100644 --- a/src/crypto/CrossSigning.js +++ b/src/crypto/CrossSigning.js @@ -474,7 +474,8 @@ export class DeviceTrustLevel { } /** - * @returns {bool} true if this user's key is trusted on first use + * @returns {bool} true if this device is trusted from a user's key + * that is trusted on first use */ isTofu() { return this._tofu;