mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
update comments
This commit is contained in:
parent
544851bbb7
commit
12091be50a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ impl Link {
|
|||
}
|
||||
// Base resolve not requested
|
||||
None => {
|
||||
// Just try convert address to valid URI
|
||||
// Try convert address to valid URI
|
||||
match Uri::parse(&unresolved_address, UriFlags::NONE) {
|
||||
Ok(unresolved_uri) => unresolved_uri,
|
||||
Err(_) => return None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue