Skip to content

Commit

Permalink
feature.pm: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 1, 2021
1 parent 35b06c4 commit 4a485c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/feature.pm
Expand Up @@ -424,7 +424,7 @@ warn when you use the feature, unless you have explicitly disabled the warning:
no warnings "experimental::try";
This feature enables the C<try> and C<catch> syntax, which allows exception
handling, where exceptions throwin from the body of the block introduced with
handling, where exceptions thrown from the body of the block introduced with
C<try> are caught by executing the body of the C<catch> block.
For more information, see L<perlsyn/"Try Catch Exception Handling">.
Expand Down
2 changes: 1 addition & 1 deletion regen/feature.pl
Expand Up @@ -830,7 +830,7 @@ =head2 The 'try' feature.
no warnings "experimental::try";
This feature enables the C<try> and C<catch> syntax, which allows exception
handling, where exceptions throwin from the body of the block introduced with
handling, where exceptions thrown from the body of the block introduced with
C<try> are caught by executing the body of the C<catch> block.
For more information, see L<perlsyn/"Try Catch Exception Handling">.
Expand Down

0 comments on commit 4a485c3

Please sign in to comment.