Author: jnthn Date: 2009-04-20 09:22:44 +0200 (Mon, 20 Apr 2009) New Revision: 26298
Modified: docs/Perl6/Spec/S02-bits.pod Log: Make S02 consistent with S14. Modified: docs/Perl6/Spec/S02-bits.pod =================================================================== --- docs/Perl6/Spec/S02-bits.pod 2009-04-19 22:03:52 UTC (rev 26297) +++ docs/Perl6/Spec/S02-bits.pod 2009-04-20 07:22:44 UTC (rev 26298) @@ -1156,7 +1156,7 @@ actually means: - my Hash[of => Array[of => Recipe]] %book; + my Hash[Array[Recipe]] %book; Because the actual variable can be hard to find when complex types are specified, there is a postfix form as well: