Skip to content

Commit

Permalink
Make list of "will" suggestions take up less screen space
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 28, 2013
1 parent c9c4387 commit bcfe199
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/Variable.pm
Expand Up @@ -62,7 +62,10 @@ multi trait_mod:<will>(Variable:D $v, $block, |c ) {
type => 'will',
subtype => c.hash.keys[0],
declaring => 'variable',
expected => <begin check final init end enter leave keep undo first next last pre post catch control compose>,
expected => ('begin check final init end',
'enter leave keep undo',
'first next last pre post',
'catch control compose'),
);
}
multi trait_mod:<will>(Variable:D $v, $block, :$begin! ) {
Expand Down

0 comments on commit bcfe199

Please sign in to comment.