Author: pmurias
Date: 2009-10-10 12:32:39 +0200 (Sat, 10 Oct 2009)
New Revision: 28715

Modified:
   docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
remove mention of sparse arrays from S32

Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-10-10 10:32:14 UTC 
(rev 28714)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-10-10 10:32:39 UTC 
(rev 28715)
@@ -434,9 +434,7 @@
 
  our Int method elems (@array: ) is export
 
-Returns the length of the array counted in elements.  (Sparse array
-types should return the actual number of elements, not the distance
-between the maximum and minimum elements.)
+Returns the length of the array counted in elements.
 
 =item delete
 

Reply via email to