[RT #36079] Convert ` to '.
authorjkeenan <jkeenan@cpan.org>
Sun, 20 Nov 2011 00:51:11 +0000 (19:51 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 00:27:19 +0000 (16:27 -0800)
pod/perlsyn.pod

index 93c640c..3d4825a 100644 (file)
@@ -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.