Skip to content

Commit

Permalink
Minor xdg.SearchRuntimeFile function documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrg committed Oct 31, 2024
1 parent 88111eb commit 71a81ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdg.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func SearchCacheFile(relPath string) (string, error) {
// file is also searched in the operating system's temporary directory in order
// to cover cases in which the runtime base directory does not exist or is not
// accessible. If the file cannot be found, an error specifying the searched
// path is returned.
// paths is returned.
func SearchRuntimeFile(relPath string) (string, error) {
return baseDirs.searchRuntimeFile(relPath)
}

0 comments on commit 71a81ec

Please sign in to comment.