Skip to content

Commit 5e1dcc0

Browse files
fix typo in pod
1 parent 9794fee commit 5e1dcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlre.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ automatically if you use a variable length positive lookbehind assertion.
17161716

17171717
In Perl 5.35.10 the scope of the experimental nature of this construct
17181718
has been reduced, and experimental warnings will only be produced when
1719-
the construct contains capturing parenthesis. The warnings will be
1719+
the construct contains capturing parentheses. The warnings will be
17201720
raised at pattern compilation time, unless turned off, in the
17211721
C<experimental::vlb> category. This is to warn you that the exact
17221722
contents of capturing buffers in a variable length positive lookbehind

0 commit comments

Comments
 (0)