From f145b7e9edb0d3a5b2f96fdf99652364120e43bf Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 13 Oct 2006 13:53:16 +0000 Subject: [PATCH] Correct one "parenthesis" to "parentheses". p4raw-id: //depot/perl@29009 --- pod/perlre.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index d78db38..1a95297 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -881,7 +881,7 @@ the beginning of the whole pattern. C<(?0)> is an alternate syntax for C<(?R)>. The following pattern matches a function foo() which may contain -balanced parenthesis as the argument. +balanced parentheses as the argument. $re = qr{ ( # paren group 1 (full function) foo -- 2.7.4