summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2021-05-01 12:14:41 -0400
committerRicardo Signes <rjbs@semiotic.systems>2021-05-01 12:14:41 -0400
commit4a485c3efe270c4819fa15a5307e1973980156e0 (patch)
treecfd9a85f80d10f1196fb8247a6a67b3045576c16
parent35b06c4cb54cc9367ba86fa7400bca6c5953ad12 (diff)
downloadperl-4a485c3efe270c4819fa15a5307e1973980156e0.tar.gz
feature.pm: fix a typo
-rw-r--r--lib/feature.pm2
-rwxr-xr-xregen/feature.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index e05a911b40..5ebb4a3f78 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -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">.
diff --git a/regen/feature.pl b/regen/feature.pl
index 1df01877e7..1186cc3d03 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -830,7 +830,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">.