diff --git a/components/filesystem.rst b/components/filesystem.rst index 96dd7c2ba9b..16e7d27bab2 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -207,7 +207,7 @@ the relative path of a directory given another one:: '/var/lib/symfony/src/Symfony/', '/var/lib/symfony/src/Symfony/Component' ); - // returns 'videos' + // returns 'videos/' $fs->makePathRelative('/tmp/videos', '/tmp') mirror