mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix comment
This commit is contained in:
parent
2b4c9ca640
commit
ae8ad5b08b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ use gtk::{
|
||||||
use sourceview::prelude::InputStreamExtManual;
|
use sourceview::prelude::InputStreamExtManual;
|
||||||
use std::{cell::Cell, path::MAIN_SEPARATOR, rc::Rc, time::Duration};
|
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 {
|
pub struct Gemini {
|
||||||
/// Should be initiated once
|
/// Should be initiated once
|
||||||
client: Rc<Client>,
|
client: Rc<Client>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue