From b45d51a1314ecc4c40c52f1619532c2cdcf8f5d5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:04:17 +0000 Subject: [PATCH] Fix documentation on `CryptoEvent` (#4628) * Fix documentation on `CryptoEvent` `CryptoApi` itself does not emit events (or at least, its public type information does not allow you to listen for events emitted by CryptoApi). * fix link --- src/crypto-api/CryptoEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto-api/CryptoEvent.ts b/src/crypto-api/CryptoEvent.ts index 9ddf26476b5..296277bfeeb 100644 --- a/src/crypto-api/CryptoEvent.ts +++ b/src/crypto-api/CryptoEvent.ts @@ -15,7 +15,7 @@ */ /** - * Events emitted by the {@link CryptoApi} + * Cryptography-related events emitted by the {@link matrix.MatrixClient}. */ export enum CryptoEvent { /**