summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlsyn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 93c640c18d..3d4825ad0f 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -998,7 +998,7 @@ shell:
% perl
# line 200 "bzzzt"
- # the `#' on the previous line must be the first char on line
+ # the '#' on the previous line must be the first char on line
die 'foo';
__END__
foo at bzzzt line 201.