summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
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 1e08c2b69a..0b60dfd967 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -522,7 +522,7 @@ a "-". This was so that this:
would parse as equivalent to this:
- C<$foo-E<lt>bar>
+ C<$foo-E<gt>bar>
instead of as equivalent to a "C" formatting code containing
only "$foo-", and then a "bar>" outside the "C" formatting code. This