This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlpodspec: fix typo
authorLukas Mai <l.mai@web.de>
Wed, 16 Dec 2015 21:13:35 +0000 (22:13 +0100)
committerLukas Mai <l.mai@web.de>
Wed, 16 Dec 2015 21:13:35 +0000 (22:13 +0100)
pod/perlpodspec.pod

index f8d1901..69a83c3 100644 (file)
@@ -906,7 +906,7 @@ character 34 (doublequote, "), "EE<lt>amp>" for character 38
 
 Note that in all cases of "EE<lt>whateverE<gt>", I<whatever> (whether
 an htmlname, or a number in any base) must consist only of
-alphanumeric characters -- that is, I<whatever> must watch
+alphanumeric characters -- that is, I<whatever> must match
 C<m/\A\w+\z/>.  So S<"EE<lt> 0 1 2 3 E<gt>"> is invalid, because
 it contains spaces, which aren't alphanumeric characters.  This
 presumably does not I<need> special treatment by a Pod processor;