fix comment

This commit is contained in:
yggverse 2025-02-13 08:11:51 +02:00
parent 2b4c9ca640
commit ae8ad5b08b

View file

@ -18,7 +18,7 @@ use gtk::{
use sourceview::prelude::InputStreamExtManual;
use std::{cell::Cell, path::MAIN_SEPARATOR, rc::Rc, time::Duration};
/// Multi-protocol client API for `Page` object
/// [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) driver implementation
pub struct Gemini {
/// Should be initiated once
client: Rc<Client>,