We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dab8d commit d7e4e53Copy full SHA for d7e4e53
web/docs/filesystem-paths.md
@@ -18,7 +18,7 @@ cases not compatible:
18
`C:\foo` for example) and a valid Unix path, but resolves to a different path.
19
Again, if it's just forwarded to some other Unix tool then things might work
20
out fine.
21
-* `foo/bar.txt`just works, relative to the current working directory, while
+* `foo/bar.txt` just works, relative to the current working directory, while
22
`foo\bar.txt` is only OK with native tools.
23
* Path lists, commonly used in environment variables like `FOO=/foo:/bar` also
24
will never work, since paths are separated by `;` on Windows and not `:`,
0 commit comments