summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index 125a9f9f41..204993165c 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -385,7 +385,7 @@ A grammar form might be something like this:
=head3 Debug Output
-In the 5.9.x development version of perl you can C<<use re Debug => 'PARSE'>>
+In the 5.9.x development version of perl you can C<< use re Debug => 'PARSE' >>
to see some trace information about the parse process. We will start with some
simple patterns and build up to more complex patterns.