Skip to content

Commit 9532dfb

Browse files
Fix TypeScript doc comment (#23)
1 parent 205c404 commit 9532dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
Convert Windows backslash paths to slash paths: `foo\\bar` ➔ `foo/bar`.
33
4-
[Forward-slash paths can be used in Windows](http://superuser.com/a/176395/6877) as long as they're not extended-length paths and don't contain any non-ascii characters.
4+
[Forward-slash paths can be used in Windows](http://superuser.com/a/176395/6877) as long as they're not extended-length paths.
55
66
@param path - A Windows backslash path.
77
@returns A path with forward slashes.

0 commit comments

Comments
 (0)