update comment

This commit is contained in:
yggverse 2024-11-30 03:39:57 +02:00
parent 71135fac58
commit 911539eab9

View file

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