Skip to content

Commit d7e4e53

Browse files
MSumulonglazka
authored andcommitted
Fix spacing in filesystem-paths.md
1 parent 43dab8d commit d7e4e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/filesystem-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cases not compatible:
1818
`C:\foo` for example) and a valid Unix path, but resolves to a different path.
1919
Again, if it's just forwarded to some other Unix tool then things might work
2020
out fine.
21-
* `foo/bar.txt`just works, relative to the current working directory, while
21+
* `foo/bar.txt` just works, relative to the current working directory, while
2222
`foo\bar.txt` is only OK with native tools.
2323
* Path lists, commonly used in environment variables like `FOO=/foo:/bar` also
2424
will never work, since paths are separated by `;` on Windows and not `:`,

0 commit comments

Comments
 (0)