projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
28cc627
)
Correct one "parenthesis" to "parentheses".
Nicholas Clark [Fri, 13 Oct 2006 13:53:16 +0000 (13:53 +0000)]
p4raw-id: //depot/perl@29009
pod/perlre.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlre.pod
b/pod/perlre.pod
index
d78db38
..
1a95297
100644
(file)
--- 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