FAQ sync.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:27:12 +0000 (22:27 +0000)]
p4raw-id: //depot/perl@13009

pod/perlfaq6.pod

index 7c9fa6a..be7e8ec 100644 (file)
@@ -279,7 +279,7 @@ consider an underscore a letter).
 
 The Perl parser will expand $variable and @variable references in
 regular expressions unless the delimiter is a single quote.  Remember,
-too, that the right-hand side of an C<s///> substitution is considered
+too, that the right-hand side of a C<s///> substitution is considered
 a double-quoted string (see L<perlop> for more details).  Remember
 also that any regex special characters will be acted on unless you
 precede the substitution with \Q.  Here's an example: