Change 28464: s/have a more/have more/ typo fix in perlfaq4
[email protected] (Craig A . Berry) Sun, 2 Jul 2006 11:15:02 -0700 (PDT)
| Newsgroups | perl.perlfaq.workers,perl.perl5.changes |
|---|---|
| Message-ID | <[email protected]> |
Change 28464 by craigb@craigb-brianor on 2006/07/02 18:06:36
s/have a more/have more/ typo fix in perlfaq4
Affected files ...
... //depot/perl/pod/perlfaq4.pod#104 edit
Differences ...
==== //depot/perl/pod/perlfaq4.pod#104 (text) ====
Index: perl/pod/perlfaq4.pod
--- perl/pod/perlfaq4.pod#103~27399~ 2006-03-07 06:15:46.000000000 -0800
+++ perl/pod/perlfaq4.pod 2006-07-02 11:06:36.000000000 -0700
@@ -593,7 +593,7 @@
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";
End of Patch.