From 1a9d544b77ec303c6588cf8d8fbea4a55b5a7bc9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 9 Oct 2010 17:29:35 -0600 Subject: [PATCH] mktables: Clarify comment in generated tables Tables whose values are strings, aren't arbitrary strings, as for example they can't contain '#' characters that start comments. So, don't say they are 'arbitrary'. --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 90de370..356584b 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -1151,7 +1151,7 @@ my %map_table_formats = ( $INTEGER_FORMAT => 'integer', $HEX_FORMAT => 'positive hex whole number; a code point', $RATIONAL_FORMAT => 'rational: an integer or a fraction', - $STRING_FORMAT => 'arbitrary string', + $STRING_FORMAT => 'string', ); # Unicode didn't put such derived files in a separate directory at first. -- 2.7.4