diff options
author | Benjamin Goldberg <goldbb2@earthlink.net> | 2002-01-09 16:03:16 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-17 14:06:46 +0000 |
commit | d0ed03428d5c265b5f17dcb8cb932ac6647a5705 (patch) | |
tree | ec29277543eb6d14fefb29b074ffc52505510e30 /ext/Unicode | |
parent | cdec4f4964dcec2d0a196d0906e4ec5a387041bf (diff) | |
download | perl-d0ed03428d5c265b5f17dcb8cb932ac6647a5705.tar.gz |
Re: [Patch @14129] fixes Unicode::Normalize
Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
p4raw-id: //depot/perl@14308
Diffstat (limited to 'ext/Unicode')
-rw-r--r-- | ext/Unicode/Normalize/Normalize.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Unicode/Normalize/Normalize.pm b/ext/Unicode/Normalize/Normalize.pm index 819fbc4bf9..eed1858fc5 100644 --- a/ext/Unicode/Normalize/Normalize.pm +++ b/ext/Unicode/Normalize/Normalize.pm @@ -106,8 +106,8 @@ As C<$form_name>, one of the following names must be given. =head2 Character Data These functions are interface of character data used internally. -If you want only to get unicode normalization forms, -you doesn't need call them by yourself. +If you want only to get Unicode normalization forms, you don't need +call them yourself. =over 4 |