Skip to content

Commit a94b1a0

Browse files
fix typo in comment
1 parent 4561fb8 commit a94b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/contains_pod.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BEGIN {
88
? require IO::Scalar && sub ($) {
99
IO::Scalar->new(\$_[0]);
1010
}
11-
# hide in n eval'd string so Perl::MinimumVersion doesn't clutch its pearls
11+
# hide in an eval'd string so Perl::MinimumVersion doesn't clutch its pearls
1212
: eval <<'EVAL'
1313
sub ($) {
1414
open my $fh, '<', \$_[0];

0 commit comments

Comments
 (0)