From 0ab6f978154c1c8aa875c87c0a21e70598f99ae4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 30 Nov 2024 05:31:48 +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 ceae4d4..a0fc598 100644 --- a/src/client/connection.rs +++ b/src/client/connection.rs @@ -96,7 +96,7 @@ impl Connection { } /// Get [TlsClientConnection](https://docs.gtk.org/gio/iface.TlsClientConnection.html) for `Self` - /// * compatible with user and guest sessions + /// * compatible with both user and guest connection types pub fn tls_client_connection(&self) -> Result { match self.tls_client_connection.clone() { // User session