This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UCD.pm: Fix grammar in comment
authorKarl Williamson <public@khwilliamson.com>
Thu, 29 Mar 2012 03:04:34 +0000 (21:04 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:17 +0000 (08:29 -0600)
lib/Unicode/UCD.pm

index 67bedd0..2b9babd 100644 (file)
@@ -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.