From 2e6cdb000baff81c2e399e5b86fc94c66522d608 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 30 Nov 2024 05:27:16 +0200 Subject: [PATCH] update comment --- src/client/connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/connection.rs b/src/client/connection.rs index f9b779e..3ddc810 100644 --- a/src/client/connection.rs +++ b/src/client/connection.rs @@ -103,7 +103,7 @@ impl Connection { Some(tls_client_connection) => Ok(tls_client_connection), // Guest session None => { - // Create new wrapper to interact `TlsClientConnection` API + // Create new wrapper for `IOStream` to interact it `TlsClientConnection` API match TlsClientConnection::new( self.stream().as_ref(), self.server_identity.as_ref(),