From add63c13adbaa3c2c8a54e8212d5402ea857fc55 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 10 Jul 2011 22:08:16 -0600 Subject: [PATCH] perluniprops: nit --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 645b76a..fd23692 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -1213,7 +1213,7 @@ my %map_table_formats = ( $DECIMAL_FORMAT => 'single decimal digit', $FLOAT_FORMAT => 'floating point number', $INTEGER_FORMAT => 'integer', - $HEX_FORMAT => 'positive hex whole number; a code point', + $HEX_FORMAT => 'non-negative hex whole number; a code point', $RATIONAL_FORMAT => 'rational: an integer or a fraction', $STRING_FORMAT => 'string', $DECOMP_STRING_FORMAT => 'Perl\'s internal (Normalize.pm) decomposition mapping', -- 2.7.4