From 8334d8a83ca640610412910095f3390f4fa175f7 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 10 Feb 2025 02:00:54 +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 2ad832e..ec29195 100644 --- a/src/client/connection.rs +++ b/src/client/connection.rs @@ -118,7 +118,7 @@ impl Connection { /// Setup new [TlsClientConnection](https://docs.gtk.org/gio/iface.TlsClientConnection.html) /// wrapper for [SocketConnection](https://docs.gtk.org/gio/class.SocketConnection.html) -/// using `server_identity` as [SNI](https://geminiprotocol.net/docs/protocol-specification.gmi#server-name-indication) +/// using `server_identity` as the [SNI](https://geminiprotocol.net/docs/protocol-specification.gmi#server-name-indication) pub fn new_tls_client_connection( socket_connection: &SocketConnection, server_identity: Option<&NetworkAddress>,