update comment

This commit is contained in:
yggverse 2024-10-30 04:49:50 +02:00
parent ebfdf6a1d0
commit daa84b6a6b

View file

@ -3,11 +3,11 @@ pub use error::Error;
use glib::GString; use glib::GString;
/// Entire meta buffer, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes). /// Response meta holder, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes).
/// ///
/// Use as: /// Use as:
/// * placeholder value for 10, 11 /// * placeholder for 10, 11 status
/// * URL for 30, 31 /// * URL for 30, 31 status
pub struct Meta { pub struct Meta {
buffer: Vec<u8>, buffer: Vec<u8>,
} }