Author: masak Date: 2010-04-24 02:25:30 +0200 (Sat, 24 Apr 2010) New Revision: 30459
Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] straightened up the language Modified: docs/Perl6/Spec/S12-objects.pod =================================================================== --- docs/Perl6/Spec/S12-objects.pod 2010-04-23 23:17:38 UTC (rev 30458) +++ docs/Perl6/Spec/S12-objects.pod 2010-04-24 00:25:30 UTC (rev 30459) @@ -506,7 +506,7 @@ @list.grep({ $_ % 2 }).map({ $_ - 1 }).say Since the colon does not require a space in this case, and it looks -kinda funny to put it, it may be clearer to omit the space to make +slightly odd there anyway, it may be clearer to omit the space to make the method calls on the right look more like they attach to the term on the left in one cascade of method calls: