perlrecharclass: nit
authorKarl Williamson <public@khwilliamson.com>
Sun, 10 Jul 2011 20:26:58 +0000 (14:26 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 10 Jul 2011 21:35:01 +0000 (15:35 -0600)
pod/perlrecharclass.pod

index 1f3eb74..aac1c27 100644 (file)
@@ -549,9 +549,9 @@ the caret as one of the characters to match, either escape the caret or
 else don't list it first.
 
 In inverted bracketed character classes, Perl ignores the Unicode rules
-that normally say that certain characters match a sequence of multiple
-characters under caseless C</i> matching.  Following those rules
-can lead to highly confusing situations:
+that normally say that certain characters should match a sequence of
+multiple characters under caseless C</i> matching.  Following those
+rules could lead to highly confusing situations:
 
  "ss" =~ /^[^\xDF]+$/ui;   # Matches!