This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pod correction.
authorE. Choroba <choroba@cpan.org>
Tue, 20 Jun 2017 02:12:20 +0000 (22:12 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 20 Jun 2017 02:14:47 +0000 (22:14 -0400)
Based on submission from E Choroba in RT # 131603.

pod/perlre.pod

index 57a98e4..9cab16e 100644 (file)
@@ -505,7 +505,7 @@ a C<\Q...\E> stays unaffected by C</x>.  And note that C</x> doesn't affect
 space interpretation within a single multi-character construct.  For
 example in C<\x{...}>, regardless of the C</x> modifier, there can be no
 spaces.  Same for a L<quantifier|/Quantifiers> such as C<{3}> or
 space interpretation within a single multi-character construct.  For
 example in C<\x{...}>, regardless of the C</x> modifier, there can be no
 spaces.  Same for a L<quantifier|/Quantifiers> such as C<{3}> or
-C<{5,}>.  Similarly, C<(?:...)> can't have a space between the C<"{">,
+C<{5,}>.  Similarly, C<(?:...)> can't have a space between the C<"(">,
 C<"?">, and C<":">.  Within any delimiters for such a
 construct, allowed spaces are not affected by C</x>, and depend on the
 construct.  For example, C<\x{...}> can't have spaces because hexadecimal
 C<"?">, and C<":">.  Within any delimiters for such a
 construct, allowed spaces are not affected by C</x>, and depend on the
 construct.  For example, C<\x{...}> can't have spaces because hexadecimal