This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
accfa1f
)
UCD.pm: Fix grammar in comment
author
Karl Williamson
<public@khwilliamson.com>
Thu, 29 Mar 2012 03:04:34 +0000
(21:04 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:17 +0000
(08:29 -0600)
lib/Unicode/UCD.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.pm
b/lib/Unicode/UCD.pm
index
67bedd0
..
2b9babd
100644
(file)
--- a/
lib/Unicode/UCD.pm
+++ b/
lib/Unicode/UCD.pm
@@
-3041,7
+3041,7
@@
RETRY:
}
else {
- # These should all single-element ranges.
+ # These should all
be
single-element ranges.
croak __PACKAGE__, "::prop_invmap: Not expecting a mapping with multiple code points in a multi-element range, $ranges[$i]" if $hex_end ne "" && $hex_end ne $hex_begin;
# Convert them to decimal, as that's what's expected.