Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 3, 2024
1 parent 544851b commit 12091be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/line/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12091be

Please sign in to comment.