Author: masak
Date: 2009-03-21 12:50:43 +0100 (Sat, 21 Mar 2009)
New Revision: 25960

Modified:
   docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
Merge branch 'typo'

Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-03-21 10:41:53 UTC 
(rev 25959)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-03-21 11:50:43 UTC 
(rev 25960)
@@ -713,7 +713,7 @@
 
 Returns an unordered list of the values that constitute the junction (formerly
 called C<.values>). It flattens nested junctions of the same type, so
-C<(1|(2|3)).eigenstate> returns an arbitrary permutation of the list
+C<(1|(2|3)).eigenstates> returns an arbitrary permutation of the list
 C<1, 2, 3>.
 
 Note this is a private method; you must arrange for yourself to be trusted

Reply via email to