Skip to content

Commit

Permalink
Update pkg/util/url/url.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mickaël Menu <[email protected]>
  • Loading branch information
chocolatkey and mickael-menu authored Dec 13, 2024
1 parent 1598f3f commit 53f5181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/url/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func URLFromGo(url gurl.URL) (URL, error) {
}
}

// Represents an absolute Uniform Resource Locator.
// Represents a relative Uniform Resource Locator.
// RelativeURL implements URL
type RelativeURL struct {
url gurl.URL
Expand Down

0 comments on commit 53f5181

Please sign in to comment.