Author: masak
Date: 2010-08-10 11:47:45 +0200 (Tue, 10 Aug 2010)
New Revision: 31937

Modified:
   docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
[S32/Str] fixed thinko in &pack signature

Spotted by moritz++

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2010-08-09 22:37:35 UTC (rev 
31936)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2010-08-10 09:47:45 UTC (rev 
31937)
@@ -269,7 +269,7 @@
 
 =item pack
 
- our buf8 multi pack( *...@items where { @items »~~» Pair })
+ our buf8 multi pack( *...@items where { [&&] @items »~~» Pair })
  our buf8 multi pack( Str $template, *...@items )
 
 C<pack> takes a list of pairs and formats the values according to

Reply via email to