summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2015-05-16 19:41:06 -0400
committerJames E Keenan <jkeenan@cpan.org>2015-05-16 19:41:06 -0400
commit9e05725d95b9acf0498b6354f584beae218a335a (patch)
tree69a6b31f6fee303a99f3c4fd010f01212cc882ee
parentf5b97b222b5db28b30072fed731017118e74c46d (diff)
downloadperl-9e05725d95b9acf0498b6354f584beae218a335a.tar.gz
Small grammatical correction in documentation of C<each>.
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 26b400a854..667d98e18b 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -1701,7 +1701,7 @@ but in a different order:
print "$key=$value\n";
}
-Starting with Perl 5.14, C<each> can take a scalar EXPR, which must hold
+Starting with Perl 5.14, C<each> can take a scalar EXPR, which must hold a
reference to an unblessed hash or array. The argument will be dereferenced
automatically. This aspect of C<each> is considered highly experimental.
The exact behaviour may change in a future version of Perl.