This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a typo
authorTony Cook <tony@develop-help.com>
Wed, 6 Jan 2021 00:43:16 +0000 (11:43 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 6 Jan 2021 00:43:16 +0000 (11:43 +1100)
pod/perldiag.pod

index 27aa36e..fd2833a 100644 (file)
@@ -3297,7 +3297,7 @@ line.  See L<perlrun|perlrun/-i[extension]> for more details.
 
 =item \K not permitted in lookahead/lookbehind in regex; marked by <-- HERE in m/%s/
 
-(F) Your regular expression used C<\K> in a lookhead or lookbehind
+(F) Your regular expression used C<\K> in a lookahead or lookbehind
 assertion, which currently isn't permitted.
 
 This may change in the future, see L<Support \K in