Skip to content

Commit 8b52626

Browse files
authored
common/paths: Fix docstring
1 parent 5c55088 commit 8b52626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎common/paths/url.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func UrlFromFilename(filename string) (*url.URL, error) {
228228
}, nil
229229
}
230230

231-
// UrlToFilename converts the URL s to a filename.
231+
// UrlStringToFilename converts the URL s to a filename.
232232
// If ParseRequestURI fails, the input is just converted to OS specific slashes and returned.
233233
func UrlStringToFilename(s string) (string, bool) {
234234
u, err := url.ParseRequestURI(s)

0 commit comments

Comments
 (0)