summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2002-05-29 07:46:41 +0900
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-28 13:24:16 +0000
commiteb6a2339ad9f670cbbb568923067c047241c85f0 (patch)
treebfde92f6db9b65980d8fe0b41717f0cdb434132a /lib/charnames.pm
parent29c2e10b646568439f261863b569e814d4538b73 (diff)
downloadperl-eb6a2339ad9f670cbbb568923067c047241c85f0.tar.gz
Doc fix for charnames::vianame
Message-Id: <20020528223607.9EBF.BQW10602@nifty.com> p4raw-id: //depot/perl@16834
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r--lib/charnames.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm
index 529508080c..d826cb3e40 100644
--- a/lib/charnames.pm
+++ b/lib/charnames.pm
@@ -349,7 +349,7 @@ to custom translators.
Notice that the name returned for of U+FEFF is "ZERO WIDTH NO-BREAK
SPACE", not "BYTE ORDER MARK".
-=head1 charnames::vianame(code)
+=head1 charnames::vianame(name)
Returns the code point indicated by the name.
The example
@@ -358,9 +358,9 @@ The example
prints "2722".
-Returns undef if no name is known for the name.
+Returns undef if the name is unknown.
-This works only for the standard names, and does not yet aply
+This works only for the standard names, and does not yet apply
to custom translators.
=head1 ALIASES