A small perluniintro clarification by Jarkko.
Rafael Garcia-Suarez [Fri, 5 Mar 2004 21:19:06 +0000 (21:19 +0000)]
p4raw-id: //depot/perl@22444

pod/perluniintro.pod

index 6a9d4b0..803df80 100644 (file)
@@ -265,7 +265,7 @@ C<substr()> will work on the Unicode characters; regular expressions
 will work on the Unicode characters (see L<perlunicode> and L<perlretut>).
 
 Note that Perl considers combining character sequences to be
-characters, so for example
+separate characters, so for example
 
     use charnames ':full';
     print length("\N{LATIN CAPITAL LETTER A}\N{COMBINING ACUTE ACCENT}"), "\n";