fix: typo in AsyncConfig comment
This commit is contained in:
parent
4460a59bc8
commit
fc16b7919b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ pub enum ServerConfig {
|
|||
},
|
||||
}
|
||||
|
||||
/// XMMPP client configuration
|
||||
/// XMPP client configuration
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Config {
|
||||
/// jid of the account
|
||||
|
|
Loading…
Reference in a new issue