diff options
author | Karen Etheridge <ether@cpan.org> | 2022-09-20 10:24:48 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2022-09-20 10:24:48 -0700 |
commit | 8333937fcf6cd9f5f7a50aa147d4c455505f9484 (patch) | |
tree | 640ff15306f027fd48c3f0ffa1de7b94b42698f2 | |
parent | 22e093192a4a75304f54e1106a4e0b1f245fc8b6 (diff) | |
download | perl-8333937fcf6cd9f5f7a50aa147d4c455505f9484.tar.gz |
wording fix
-rw-r--r-- | lib/feature.pm | 2 | ||||
-rwxr-xr-x | regen/feature.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index d49f8baf50..523fe48d97 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -148,7 +148,7 @@ disable I<all> features (an unusual request!) use C<no feature ':all'>. =head1 AVAILABLE FEATURES -Read L</"FEATURE BUNDLES"> for the feature cheat sheet sumup. +Read L</"FEATURE BUNDLES"> for the feature cheat sheet summary. =head2 The 'say' feature diff --git a/regen/feature.pl b/regen/feature.pl index 0c65414951..e271454d78 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -563,7 +563,7 @@ disable I<all> features (an unusual request!) use C<no feature ':all'>. =head1 AVAILABLE FEATURES -Read L</"FEATURE BUNDLES"> for the feature cheat sheet sumup. +Read L</"FEATURE BUNDLES"> for the feature cheat sheet summary. =head2 The 'say' feature |