summaryrefslogtreecommitdiff
path: root/regen
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 /regen
parent35b06c4cb54cc9367ba86fa7400bca6c5953ad12 (diff)
downloadperl-4a485c3efe270c4819fa15a5307e1973980156e0.tar.gz
feature.pm: fix a typo
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl2
1 files changed, 1 insertions, 1 deletions
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">.