diff --git a/src/app/browser/window/tab/item/client/driver/gemini.rs b/src/app/browser/window/tab/item/client/driver/gemini.rs index 5e6a7314..daa4e8ad 100644 --- a/src/app/browser/window/tab/item/client/driver/gemini.rs +++ b/src/app/browser/window/tab/item/client/driver/gemini.rs @@ -18,7 +18,7 @@ use gtk::{ use sourceview::prelude::InputStreamExtManual; use std::{cell::Cell, path::MAIN_SEPARATOR, rc::Rc, time::Duration}; -/// [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) driver implementation +/// [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) client driver pub struct Gemini { /// Should be initiated once client: Rc,