This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Supply missing right brace in regex example
[perl5.git] / pod / perldelta.pod
index 5d967b3..6dfb854 100644 (file)
@@ -27,7 +27,7 @@ here, but most should go in the L</Performance Enhancements> section.
 
 [ List each enhancement as a =head2 entry ]
 
-=head2 Now can dump compiled pattern before optimization
+=head2 Now can dump compiled patterns before optimization
 
 This is primarily useful for tracking down bugs in the regular
 expression compiler.  This dump happens on C<-DDEBUGGING> perls, if you