diff --git a/src/client.ts b/src/client.ts index 20bb0935144..820b36386cd 100644 --- a/src/client.ts +++ b/src/client.ts @@ -2577,7 +2577,7 @@ export class MatrixClient extends TypedEventEmitter new MemoryCryptoStore(); diff --git a/src/models/device.ts b/src/models/device.ts index 6f63e2e0634..0a451fd5a8d 100644 --- a/src/models/device.ts +++ b/src/models/device.ts @@ -27,7 +27,7 @@ export type DeviceMap = Map>; type DeviceParameters = Pick & Partial; /** - * Information on a user's device, as returned by {@link CryptoApi.getUserDeviceInfo}. + * Information on a user's device, as returned by {@link Crypto.CryptoApi.getUserDeviceInfo}. */ export class Device { /** id of the device */