Skip to content

Commit b59ba22

Browse files
committed
[IO] small language fixes
1 parent 1c81143 commit b59ba22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/IO.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
sub dir Cool $path = '.', Mu :$test = none('.', '..')
1212
13-
Returns a list if L<IO::File> and L<IO::Dir> objects for the
13+
Returns a list of L<IO::File> and L<IO::Dir> objects for the
1414
files and directories found in the $path. If $path is not given
1515
in lists the entries in the current directory.
1616
@@ -30,7 +30,7 @@ To include all the entries (including . and ..) write:
3030
3131
dir(test => all())
3232
33-
To include only the files with .pl extension write
33+
To include only the entries with .pl extension write
3434
3535
dir(test => /.pl$/)
3636

0 commit comments

Comments
 (0)