From d313f900ba85a223960140c1de562f16b405fff2 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 1 Dec 2024 13:12:07 +0200 Subject: [PATCH] update comment --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 85dcfbb..77026e9 100644 --- a/src/client.rs +++ b/src/client.rs @@ -100,7 +100,7 @@ impl Client { // Setters - /// Change `session-resumption-enabled` property (`false` by default) + /// Change glib-networking `session-resumption-enabled` property (`false` by default) /// * [Gemini specification](https://geminiprotocol.net/docs/protocol-specification.gmi#client-certificates) /// * [GnuTLS manual](https://www.gnutls.org/manual/html_node/Session-resumption.html) pub fn set_session_resumption(&mut self, is_enabled: bool) {