add comment

This commit is contained in:
yggverse 2024-10-29 17:30:34 +02:00
parent b4b97facf0
commit e754ad7e19

View File

@ -56,6 +56,7 @@ impl Content {
self.gobject.append(status_default.gobject());
}
/// Return gemtext match header `GString` on parsed, `None` otherwise
pub fn set_text_gemini(&self, base: &Uri, data: &str) -> Option<GString> {
self.clean();