From 5bb4462fed21484fd3bee6d2b0dcf402a4b547e8 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:40:05 -0400 Subject: [PATCH] typo fix for reguts pod --- pod/perlreguts.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod index bb7f372..7158ca1 100644 --- a/pod/perlreguts.pod +++ b/pod/perlreguts.pod @@ -396,7 +396,7 @@ routines return a pointer to a C, which is usually the last regnode added to the program. However, one complication is that reg() returns NULL for parsing C<(?:)> syntax for embedded modifiers, setting the flag C. The C propagates upwards until it is captured, in -some cases by by C, but otherwise unconditionally by +some cases by C, but otherwise unconditionally by C. Hence it will never be returned by C to C. This flag permits patterns such as C<(?i)+> to be detected as errors (I