Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
lizmat committed Jul 8, 2013
1 parent a238cfe commit 84d1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-methods/lvalue.t
Expand Up @@ -38,7 +38,7 @@ is $o.a, 3, '... also on the attribute';
is $a, 8, 'but the temp assignment had worked';

lives_ok { temp $o.l2 = 9; $b = $o.b },
'can use lvalue method in temp() statement (explicit return)';
'can use lvalue method in temp() statement (implicit return)';
is $o.l2, 4, '... and the value was reset';
is $o.b, 4, '... also on the attribute';
is $b, 9, 'but the temp assignment had worked';
Expand Down

0 comments on commit 84d1d91

Please sign in to comment.