From fc16b7919ba0ca281d0df802e39c09bfa831e354 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Tue, 10 Oct 2023 19:15:55 +0200 Subject: [PATCH] fix: typo in AsyncConfig comment --- tokio-xmpp/src/client/async_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-xmpp/src/client/async_client.rs b/tokio-xmpp/src/client/async_client.rs index 18334a4e..025c2aa3 100644 --- a/tokio-xmpp/src/client/async_client.rs +++ b/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