Skip to content

Commit 50cdaf6

Browse files
committed
fix tilde not rendered in filesystem doc
1 parent cb68562 commit 50cdaf6

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)