perldiag.pod: Add missing phrase
authorKarl Williamson <public@khwilliamson.com>
Fri, 18 Feb 2011 14:00:12 +0000 (07:00 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 18 Feb 2011 14:09:42 +0000 (07:09 -0700)
pod/perldiag.pod

index b3fdd5e..1102b55 100644 (file)
@@ -1999,7 +1999,7 @@ You had a word that isn't a regex modifier immediately following a pattern
 without an intervening space or you used one of the regex modifiers
 ("a", "d", "l", and "u") that in 5.14 are disallowed as suffixes.
 In that case, use the infix form, like C</(?a:...)/>.  In the other case,
-add between the pattern and following word.  As an example of the
+add white space between the pattern and following word.  As an example of the
 latter, the two constructs:
 
  $a =~ m/$foo/sand $bar