update comment

This commit is contained in:
yggverse 2024-11-30 03:40:53 +02:00
parent 911539eab9
commit 16971f9321

View file

@ -24,7 +24,7 @@ pub const DEFAULT_TIMEOUT: u32 = 10;
/// Main point where connect external crate
///
/// Provides high-level API for session-safe interaction with
/// [Gemini protocol](https://geminiprotocol.net) socket server
/// [Gemini](https://geminiprotocol.net) socket server
pub struct Client {
session: Rc<Session>,
pub socket: SocketClient,