diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9d504b0d92..22d23b325c 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -125,7 +125,7 @@ C<sin>, C<sqrt>, C<srand> =item Functions for real @ARRAYs X<array> -C<pop>, C<push>, C<shift>, C<splice>, C<unshift> +C<each>, C<keys>, C<pop>, C<push>, C<shift>, C<splice>, C<unshift>, C<values> =item Functions for list data X<list> |