update comments

This commit is contained in:
yggverse 2024-12-03 18:58:04 +02:00
parent 544851bbb7
commit 12091be50a

View file

@ -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,