mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-13 15:32:01 +00:00
fix typo
This commit is contained in:
parent
14b1620dc9
commit
53a18acbc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user