Skip to content

Commit 256c55e

Browse files
committed
minor symfony#17624 [Filesystem] fix tilde not rendered in filesystem doc (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- [Filesystem] fix tilde not rendered in filesystem doc Fix symfony#17604 Commits ------- 50cdaf6 fix tilde not rendered in filesystem doc
2 parents c0b5323 + 50cdaf6 commit 256c55e

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
@@ -352,7 +352,7 @@ following rules iteratively until no further processing can be done:
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;
355-
- replace "~" with the user's home directory.
355+
- replace ``~`` with the user's home directory.
356356

357357
You can canonicalize a path with :method:`Symfony\\Component\\Filesystem\\Path::canonicalize`::
358358

0 commit comments

Comments
 (0)