diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index cf2a7df1..9bf49d24 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -420,7 +420,7 @@ impl Page { ) { // Seems request contain some host, try append default scheme let request_text = gformat!("gemini://{request_text}"); - // Make sure new request conversible to valid URI + // Make sure new request conversable to valid URI match Uri::parse(&request_text, UriFlags::NONE) { Ok(_) => { // Update