We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 88111eb commit 71a81ecCopy full SHA for 71a81ec
xdg.go
@@ -206,7 +206,7 @@ func SearchCacheFile(relPath string) (string, error) {
206
// file is also searched in the operating system's temporary directory in order
207
// to cover cases in which the runtime base directory does not exist or is not
208
// accessible. If the file cannot be found, an error specifying the searched
209
-// path is returned.
+// paths is returned.
210
func SearchRuntimeFile(relPath string) (string, error) {
211
return baseDirs.searchRuntimeFile(relPath)
212
}
0 commit comments