Skip to content

Commit 96ac66c

Browse files
committed
internal/filepathlite: fix comment
1 parent ac341b8 commit 96ac66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/filepathlite/path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func ToSlash(path string) string {
180180
return replaceStringByte(path, Separator, '/')
181181
}
182182

183-
// FromSlash is filepath.ToSlash.
183+
// FromSlash is filepath.FromSlash.
184184
func FromSlash(path string) string {
185185
if Separator == '/' {
186186
return path

0 commit comments

Comments
 (0)