summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2000-07-15 00:05:20 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-15 00:02:09 +0000
commita1b2c42982f9ed83e8c68e100462da902ee3b906 (patch)
treea7f4154deefea06b56f9965d0c2da52501cb7460 /pod/perlfunc.pod
parent94d4630cb5be5a65d49ce3eecaf058b60eb677c9 (diff)
downloadperl-a1b2c42982f9ed83e8c68e100462da902ee3b906.tar.gz
[docpatch] Re: [ID 19991002.011] perldoc -f shift
Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk> Didn't anymore apply, but that point still could use another fix. p4raw-id: //depot/perl@6410
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index bf59669b59..f449889752 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4015,7 +4015,7 @@ C<@ARGV> array at file scopes or within the lexical scopes established by
the C<eval ''>, C<BEGIN {}>, C<INIT {}>, C<CHECK {}>, and C<END {}>
constructs.
-See also C<unshift>, C<push>, and C<pop>. C<shift()> and C<unshift> do the
+See also C<unshift>, C<push>, and C<pop>. C<shift> and C<unshift> do the
same thing to the left end of an array that C<pop> and C<push> do to the
right end.