Author: hinrik Date: 2009-07-24 16:24:11 +0200 (Fri, 24 Jul 2009) New Revision: 27700
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] Fix =item line for C<comb> Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-07-24 13:03:41 UTC (rev 27699) +++ docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-07-24 14:24:11 UTC (rev 27700) @@ -398,7 +398,7 @@ Returns a junction which will only match against another value if none of the values in the list matches. -=item +=item comb multi method comb ( Regex $matcher, Int $limit = * )