Skip to content

Commit b45d51a

Browse files
authored
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
1 parent a6fd28b commit b45d51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto-api/CryptoEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* Events emitted by the {@link CryptoApi}
18+
* Cryptography-related events emitted by the {@link matrix.MatrixClient}.
1919
*/
2020
export enum CryptoEvent {
2121
/**

0 commit comments

Comments
 (0)