mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-02 10:05:36 +00:00
fix typo
This commit is contained in:
parent
8dcab0f29e
commit
2331bf8e27
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use glib::GString;
|
||||||
|
|
||||||
/// Entire meta buffer, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes).
|
/// Entire meta buffer, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes).
|
||||||
///
|
///
|
||||||
/// Usefult to grab placeholder text on 10, 11, 31 codes processing
|
/// Useful to grab placeholder text on 10, 11, 31 codes processing
|
||||||
pub struct Meta {
|
pub struct Meta {
|
||||||
buffer: Vec<u8>,
|
buffer: Vec<u8>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue