summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2015-12-16 22:13:35 +0100
committerLukas Mai <l.mai@web.de>2015-12-16 22:13:35 +0100
commit817141f86f1dbef361684d7f42ab71cb4b9efe75 (patch)
treecab6da87f597ba3a945e40565b1faa47c4ca3c2b /pod/perlpodspec.pod
parent87e05d1a4c512d5f08d9963b13e202483e002366 (diff)
downloadperl-817141f86f1dbef361684d7f42ab71cb4b9efe75.tar.gz
perlpodspec: fix typo
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r--pod/perlpodspec.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index f8d1901b07..69a83c31d3 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -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;