Skip to content

Commit 8316f01

Browse files
pjcjkhwilliamson
authored andcommitted
Fix typo in perlebcdic.pod
1 parent d3e2379 commit 8316f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlebcdic.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ characters then apply:
15811581
then C<sort()>. If you have a choice, it's better to lowercase things
15821582
to avoid the problems of the two Latin-1 characters whose uppercase is
15831583
outside Latin-1: "E<yuml>" (small C<y WITH DIAERESIS>) and "E<micro>"
1584-
(C<MICRO SIGN>). If you do need to upppercase, you can; with a
1584+
(C<MICRO SIGN>). If you do need to uppercase, you can; with a
15851585
Unicode-enabled Perl, do:
15861586

15871587
tr/ÿ/\x{178}/;

0 commit comments

Comments
 (0)