Skip to content

Commit 6a475a4

Browse files
committed
perldelta: Fix typo
Spotted by Lukas Mai
1 parent 49bc8c2 commit 6a475a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perldelta.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ C<qr/(?[ () ])/> no longer segfaults, giving a syntax error message instead.
352352

353353
=item *
354354

355-
Regular expression possesive quantifier v5.20 regression now fixed.
355+
Regular expression possessive quantifier v5.20 regression now fixed.
356356
C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically
357357
to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>. Since v5.20, this didn't
358358
work if I<min> and I<max> were equal. [perl #125825]

0 commit comments

Comments
 (0)