diff options
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index b9548fb792..644b06599a 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -296,7 +296,7 @@ With the exception of regexes, you need to pass references to these objects. See L<perlsub/"Pass by Reference"> for this particular question, and L<perlref> for information on references. -See ``Passing Regexes'', below, for information on passing regular +See "Passing Regexes", below, for information on passing regular expressions. =over 4 |