Skip to content

Commit 8ecbc76

Browse files
committed
Typo
1 parent b59e3f3 commit 8ecbc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/io.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ on failure. Thus the standard Perl idiom works as expected:
157157
158158
mkdir "newdir" or die "$!";
159159
160-
Use C<rmdir> to emove I<empty> directories:
160+
Use C<rmdir> to remove I<empty> directories:
161161
162162
rmdir "newdir" or die "$!";
163163

0 commit comments

Comments
 (0)