Skip to content

Commit 20f0418

Browse files
committed
improve fudge message
1 parent 9040c15 commit 20f0418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-multi/proto.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is(foo(42), 1, 'dispatch with no possible candidates fell back to proto');
2929
}
3030

3131
# L<S03/"Reduction operators">
32-
#?rakudo skip 1
32+
#?rakudo skip 'operator protos'
3333
{
3434
proto prefix:<[+]> (*@args) {
3535
my $accum = 0;

0 commit comments

Comments
 (0)