Change 34566 by [EMAIL PROTECTED] on 2008/10/24 15:58:53

        Subject: [PATCH blead DOC] Re: [perl #60022] Typo in perldata
        From: Daniel Frederick Crisman <[EMAIL PROTECTED]>
        Date: Thu, 23 Oct 2008 20:14:56 -0400
        Message-ID: <[EMAIL PROTECTED]>
        
        Change from cardinal to ordinal numbering to avoid confusion.

Affected files ...

... //depot/perl/pod/perldata.pod#60 edit

Differences ...

==== //depot/perl/pod/perldata.pod#60 (text) ====
Index: perl/pod/perldata.pod
--- perl/pod/perldata.pod#59~33680~     2008-04-14 08:57:37.000000000 -0700
+++ perl/pod/perldata.pod       2008-10-24 08:58:53.000000000 -0700
@@ -674,7 +674,7 @@
 square brackets.  For example:
 
     @myarray = (5, 50, 500, 5000);
-    print "Element Number 2 is", $myarray[2], "\n";
+    print "The Third Element is", $myarray[2], "\n";
 
 The array indices start with 0. A negative subscript retrieves its 
 value from the end.  In our example, C<$myarray[-1]> would have been 
End of Patch.

Reply via email to