Author: lwall Date: 2010-02-17 23:40:45 +0100 (Wed, 17 Feb 2010) New Revision: 29772
Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] copyo spotted by Smylers++ Modified: docs/Perl6/Spec/S02-bits.pod =================================================================== --- docs/Perl6/Spec/S02-bits.pod 2010-02-17 22:18:57 UTC (rev 29771) +++ docs/Perl6/Spec/S02-bits.pod 2010-02-17 22:40:45 UTC (rev 29772) @@ -1872,7 +1872,7 @@ argument if bound to a positional or named parameter: rhyme(1,2,3,:mice<blind>) # rhyme has 4 arguments - rhyme((1,2),3,:mice<blind>) # rhyme has 2 arguments + rhyme((1,2),3,:mice<blind>) # rhyme has 3 arguments rhyme((1,2,3),:mice<blind>) # rhyme has 2 arguments rhyme((1,2),(3,:mice<blind>)) # rhyme has 2 arguments rhyme((1,2,3,:mice<blind>)) # rhyme has 1 argument