Author: lwall
Date: 2009-06-12 18:34:34 +0200 (Fri, 12 Jun 2009)
New Revision: 27063

Modified:
   docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
[Containers] default rotation is 1


Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-06-12 16:33:26 UTC 
(rev 27062)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-06-12 16:34:34 UTC 
(rev 27063)
@@ -482,7 +482,7 @@
 
 =item rotate
 
- our Array multi method rotate ( @array: Int $n ) is export
+ our Array multi method rotate ( @array: Int $n = 1) is export
 
 Rotates the array and returns it.  A positive rotation of 1
 is defined as:

Reply via email to