Skip to content

Commit

Permalink
Fix documentation on CryptoEvent (#4628)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
richvdh authored Jan 20, 2025
1 parent a6fd28b commit b45d51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto-api/CryptoEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* Events emitted by the {@link CryptoApi}
* Cryptography-related events emitted by the {@link matrix.MatrixClient}.
*/
export enum CryptoEvent {
/**
Expand Down

0 comments on commit b45d51a

Please sign in to comment.