We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81143 commit b59ba22Copy full SHA for b59ba22
lib/IO.pod
@@ -10,7 +10,7 @@
10
11
sub dir Cool $path = '.', Mu :$test = none('.', '..')
12
13
-Returns a list if L<IO::File> and L<IO::Dir> objects for the
+Returns a list of L<IO::File> and L<IO::Dir> objects for the
14
files and directories found in the $path. If $path is not given
15
in lists the entries in the current directory.
16
@@ -30,7 +30,7 @@ To include all the entries (including . and ..) write:
30
31
dir(test => all())
32
33
-To include only the files with .pl extension write
+To include only the entries with .pl extension write
34
35
dir(test => /.pl$/)
36
0 commit comments