tokio-xmpp/src/client/async_client.rs 🔗
@@ -48,7 +48,7 @@ pub enum ServerConfig {
},
}
-/// XMMPP client configuration
+/// XMPP client configuration
#[derive(Clone, Debug)]
pub struct Config {
/// jid of the account
Guus der Kinderen created
tokio-xmpp/src/client/async_client.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -48,7 +48,7 @@ pub enum ServerConfig {
},
}
-/// XMMPP client configuration
+/// XMPP client configuration
#[derive(Clone, Debug)]
pub struct Config {
/// jid of the account