Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Nov 26, 2015
1 parent b59e3f3 commit 8ecbc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/io.pod
Expand Up @@ -157,7 +157,7 @@ on failure. Thus the standard Perl idiom works as expected:
mkdir "newdir" or die "$!";
Use C<rmdir> to emove I<empty> directories:
Use C<rmdir> to remove I<empty> directories:
rmdir "newdir" or die "$!";
Expand Down

0 comments on commit 8ecbc76

Please sign in to comment.