diff options
author | Lukas Mai <l.mai@web.de> | 2015-12-16 22:13:35 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2015-12-16 22:13:35 +0100 |
commit | 817141f86f1dbef361684d7f42ab71cb4b9efe75 (patch) | |
tree | cab6da87f597ba3a945e40565b1faa47c4ca3c2b /pod/perlpodspec.pod | |
parent | 87e05d1a4c512d5f08d9963b13e202483e002366 (diff) | |
download | perl-817141f86f1dbef361684d7f42ab71cb4b9efe75.tar.gz |
perlpodspec: fix typo
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
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; |