We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e2379 commit 8316f01Copy full SHA for 8316f01
pod/perlebcdic.pod
@@ -1581,7 +1581,7 @@ characters then apply:
1581
then C<sort()>. If you have a choice, it's better to lowercase things
1582
to avoid the problems of the two Latin-1 characters whose uppercase is
1583
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
+(C<MICRO SIGN>). If you do need to uppercase, you can; with a
1585
Unicode-enabled Perl, do:
1586
1587
tr/ÿ/\x{178}/;
0 commit comments