Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes POD error
  • Loading branch information
JJ committed Jun 12, 2018
1 parent a624714 commit bbbce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -1028,7 +1028,7 @@ say unlink <foo.txt bar not-there.txt>; # OUTPUT: «[foo.txt not-there.txt]␤
# Method form `fail`s:
say .exception.message without 'bar'.IO.unlink;
# OUTPUT: «Failed to remove the file […] illegal operation on a directory␤»
=end
=end code
=head2 method IO
Expand Down

0 comments on commit bbbce35

Please sign in to comment.