Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A little re-ordering, to account for not doing LTM just yet.
  • Loading branch information
jnthn committed Feb 3, 2010
1 parent 20f54dd commit c55ec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -613,7 +613,7 @@ rule method_def {
###########################

rule param_sep {
$<sep>=[','|':'|';'|';;'] { @*seps.push($<sep>) }
$<sep>=[','|':'|';;'|';'] { @*seps.push($<sep>) }
}

# XXX Not really implemented yet.
Expand Down

0 comments on commit c55ec79

Please sign in to comment.