Skip to content

Commit 71a81ec

Browse files
committedOct 31, 2024·
Minor xdg.SearchRuntimeFile function documentation update
1 parent 88111eb commit 71a81ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎xdg.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func SearchCacheFile(relPath string) (string, error) {
206206
// file is also searched in the operating system's temporary directory in order
207207
// to cover cases in which the runtime base directory does not exist or is not
208208
// accessible. If the file cannot be found, an error specifying the searched
209-
// path is returned.
209+
// paths is returned.
210210
func SearchRuntimeFile(relPath string) (string, error) {
211211
return baseDirs.searchRuntimeFile(relPath)
212212
}

0 commit comments

Comments
 (0)
Please sign in to comment.