mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
911539eab9
commit
16971f9321
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pub const DEFAULT_TIMEOUT: u32 = 10;
|
||||||
/// Main point where connect external crate
|
/// Main point where connect external crate
|
||||||
///
|
///
|
||||||
/// Provides 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](https://geminiprotocol.net) socket server
|
||||||
pub struct Client {
|
pub struct Client {
|
||||||
session: Rc<Session>,
|
session: Rc<Session>,
|
||||||
pub socket: SocketClient,
|
pub socket: SocketClient,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue