Skip to content

Commit 017ee14

Browse files
committed
Fix typo
The method ignoreUnreadableDirs() had an extra "`" char
1 parent 50aa6a5 commit 017ee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Exclude directories from matching with the
9797
$finder->in(__DIR__)->exclude('ruby');
9898

9999
.. versionadded:: 2.3
100-
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs``
100+
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs`
101101
method was added in Symfony 2.3.
102102

103103
It's also possible to ignore directories that you don't have permission to read::

0 commit comments

Comments
 (0)