s/have a more/have more/ typo fix in perlfaq4
Craig A. Berry [Sun, 2 Jul 2006 18:06:36 +0000 (18:06 +0000)]
p4raw-id: //depot/perl@28464

pod/perlfaq4.pod

index 0966139..dc968e3 100644 (file)
@@ -593,7 +593,7 @@ does not show up next to itself
 This is documented in L<perlref>, and although it's not the easiest
 thing to read, it does work. In each of these examples, we call the
 function inside the braces used to dereference a reference. If we
-have a more than one return value, we can construct and dereference an
+have more than one return value, we can construct and dereference an
 anonymous array. In this case, we call the function in list context.
 
        print "The time values are @{ [localtime] }.\n";