Author: moritz
Date: 2008-12-14 21:18:22 +0100 (Sun, 14 Dec 2008)
New Revision: 24368

Modified:
   docs/Perl6/Spec/S29-functions.pod
Log:
[S29] small clarification of @list.end


Modified: docs/Perl6/Spec/S29-functions.pod
===================================================================
--- docs/Perl6/Spec/S29-functions.pod   2008-12-14 20:06:05 UTC (rev 24367)
+++ docs/Perl6/Spec/S29-functions.pod   2008-12-14 20:18:22 UTC (rev 24368)
@@ -12,9 +12,10 @@
  Contributions: Aaron Sherman <a...@ajs.com>
                 Mark Stosberg <m...@summersault.com>
                 Carl Mäsak <cma...@gmail.com>
+                Moritz Lenz <mor...@faui2k3.org>
  Date:          12 Mar 2005
- Last Modified: 13 Dec 2008
- Version:       31
+ Last Modified: 14 Dec 2008
+ Version:       32
 
 This document attempts to document the list of builtin functions in Perl 6.
 It assumes familiarity with Perl 5 and prior synopses.
@@ -548,7 +549,7 @@
 Returns the final subscript of the first dimension; for a one-dimensional
 array this simply the index of the final element.  For fixed dimensions
 this is the declared maximum subscript.  For non-fixed dimensions (undeclared
-or explicitly declared with C<*>), the actual last element is used.
+or explicitly declared with C<*>), the index of the actual last element is 
used.
 
 =item elems
 

Reply via email to