summaryrefslogtreecommitdiff
path: root/regen/feature.pl
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2022-02-21 08:39:48 -0500
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2022-02-21 09:29:19 -0500
commit765cd54646655d8fde15f0c1e8dd4f380c6a67cd (patch)
treef943ebfdece262cc61e2c080d08871c5ce0f2043 /regen/feature.pl
parent8432359dfe1d2f9809293629d155ad0aa46d7ace (diff)
downloadperl-765cd54646655d8fde15f0c1e8dd4f380c6a67cd.tar.gz
POD typo fix: suroutine -> subroutine
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-xregen/feature.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index 49b4a4994e..7f17e1ef7f 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -486,7 +486,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.70';
+our $VERSION = '1.71';
FEATURES
@@ -703,7 +703,7 @@ regardless of what feature declarations are in scope.
=head2 The 'signatures' feature
This enables syntax for declaring subroutine arguments as lexical variables.
-For example, for this suroutine:
+For example, for this subroutine:
sub foo ($left, $right) {
return $left + $right;