finishing touches

This commit is contained in:
ennmichael
2023-02-27 00:25:11 +01:00
parent fe45cb4beb
commit 289dbcd523
3 changed files with 4 additions and 4 deletions

View File

@ -226,7 +226,7 @@ interface ConnState {
*/
auth: boolean
/**
* Should this connection be used for receiving messages?
* Should this connection be used for receiving events?
*/
read: boolean
/**