Skip to content

Commit

Permalink
s/postcicumfix:<( )>/CALL-ME/
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 5, 2015
1 parent 0528f0c commit 1eed483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S13-overloading/operators.t
Expand Up @@ -41,7 +41,7 @@ plan 5;
{
class B {
has $.x;
method postcircumfix:<( )>($y) {
method CALL-ME($y) {
$.x ~ $y;
}
}
Expand Down

0 comments on commit 1eed483

Please sign in to comment.