[docpatch] Re: [ID 19991002.011] perldoc -f shift
Hugo van der Sanden [Fri, 14 Jul 2000 23:05:20 +0000 (00:05 +0100)]
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

pod/perlfunc.pod

index bf59669..f449889 100644 (file)
@@ -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.