summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-12 10:42:23 -0700
committerKarl Williamson <public@khwilliamson.com>2011-11-12 11:01:30 -0700
commit56339b2c1c8647abebf7db31a4bf7538a04fe449 (patch)
treedd3e66f12b083342f8a5b431818ac85f0e6ae4bb /lib
parent1704a0ea254b7379337092ef4a5c46f5965be4f6 (diff)
downloadperl-56339b2c1c8647abebf7db31a4bf7538a04fe449.tar.gz
mktables: nits in comment and pod
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 8b6a77dbf8..e6e2f81430 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -9866,7 +9866,7 @@ END
# the code point and name on each line. This was actually the hardest
# thing to design around. The code points in those ranges may actually
# have real maps not given by these two lines. These maps will either
- # be algorithmically determinable, or in the extracted files furnished
+ # be algorithmically determinable, or be in the extracted files furnished
# with the UCD. In the event of conflicts between these extracted files,
# and this one, Unicode says that this one prevails. But it shouldn't
# prevail for conflicts that occur in these ranges. The data from the
@@ -11858,7 +11858,7 @@ sub compile_perl() {
$Posix_Lower->set_caseless_equivalent($Posix_Alpha);
my $Alnum = $perl->add_match_table('Alnum',
- Description => 'Alphabetic and (Decimal) Numeric',
+ Description => 'Alphabetic and (decimal) Numeric',
Initialize => $Alpha + $gc->table('Decimal_Number'),
);
$Alnum->add_alias('XPosixAlnum');