internal/filepathlite: fix comment

This commit is contained in:
MaineK00n 2025-05-15 06:31:23 +09:00
parent ac341b8e6b
commit 96ac66c036
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ func ToSlash(path string) string {
return replaceStringByte(path, Separator, '/')
}
// FromSlash is filepath.ToSlash.
// FromSlash is filepath.FromSlash.
func FromSlash(path string) string {
if Separator == '/' {
return path