mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix typo
This commit is contained in:
parent
14b1620dc9
commit
53a18acbc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue