diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-17 21:38:38 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-17 21:38:38 +0000 |
commit | 235bddc8d16c512a7d89f327f65cee68b1f5848c (patch) | |
tree | abde42bcf0d35975c6d585f20fafb02e8ed4ff81 /ext/Unicode | |
parent | fc87b71cde2dcc7c5c2201d512e38000eb8087ab (diff) | |
download | perl-235bddc8d16c512a7d89f327f65cee68b1f5848c.tar.gz |
Integrate mainline (for ndbm fixes etc.)
p4raw-id: //depot/perlio@14312
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 |