s/\bunicode\b/Unicode/; # For everything not dual life
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
index e118220..d0cedfc 100644 (file)
@@ -1881,7 +1881,7 @@ of Perl are likely to eliminate these arbitrary limitations.
 
 =item Ignoring %s in character class in regex; marked by <-- HERE in m/%s/
 
-(W) Named unicode character escapes (\N{...}) may return multi-char
+(W) Named Unicode character escapes (\N{...}) may return multi-char
 or zero length sequences. When such an escape is used in a character class
 its behaviour is not well defined. Check that the correct escape has
 been used, and the correct charname handler is in scope.