diff options
author | Karl Williamson <khw@cpan.org> | 2014-07-08 10:29:13 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-07-21 10:08:59 -0600 |
commit | 13eda8264d04d22cbdba7702b7454d8640d811a4 (patch) | |
tree | 46a6aa6f494186644bf09bca115c08398df885fc | |
parent | 65dd9533e90d8e1ea84c091ff43133132c667a1c (diff) | |
download | perl-13eda8264d04d22cbdba7702b7454d8640d811a4.tar.gz |
utf8_heavy.pl: Fix nit in comment
-rw-r--r-- | lib/utf8_heavy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index cfdf8846ad..3cd8e83fb7 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -95,9 +95,9 @@ sub _loose_name ($) { # keys TYPE, BITS, EXTRAS, LIST, and NONE with values having the # same meanings as the input parameters. # SPECIALS contains a reference to any special-treatment hash in the + # property. # INVERT_IT is non-zero if the result should be inverted before use # USER_DEFINED is non-zero if the result came from a user-defined - # property. my $file; ## file to load data from, and also part of the %Cache key. # Change this to get a different set of Unicode tables |