8000 Fixed typo in filesystem component · symfony/symfony-docs@82d2903 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82d2903

Browse files
committed
Fixed typo in filesystem component
1 parent 1b695b5 commit 82d2903

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
@@ -207,7 +207,7 @@ the relative path of a directory given another one::
207207
'/var/lib/symfony/src/Symfony/',
208208
'/var/lib/symfony/src/Symfony/Component'
209209
);
210-
// returns 'videos'
210+
// returns 'videos/'
211211
$fs->makePathRelative('/tmp/videos', '/tmp')
212212

213213
mirror

0 commit comments

Comments
 (0)
0