Skip to content

Commit fa0f561

Browse files
committed
minor #16577 [Filesystem] Update filesystem.rst so backslash is displayed (JoolsMcFly)
This PR was merged into the 5.4 branch. Discussion ---------- [Filesystem] Update filesystem.rst so backslash is displayed Hi, here's my very modest contribution! Thanks Commits ------- 90cd82a Update filesystem.rst so backslash is displayed
2 parents 4bc8458 + 90cd82a commit fa0f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ following rules iteratively until no further processing can be done:
348348

349349
- "." segments are removed;
350350
- ".." segments are resolved;
351-
- backslashes ("\") are converted into forward slashes ("/");
351+
- backslashes ("\\") are converted into forward slashes ("/");
352352
- root paths ("/" and "C:/") always terminate with a slash;
353353
- non-root paths never terminate with a slash;
354354
- schemes (such as "phar://") are kept;

0 commit comments

Comments
 (0)