Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missed paragraph_raw -> paragraph_comment
  • Loading branch information
Mouq committed Feb 20, 2014
1 parent 811f3a6 commit ef5d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -595,7 +595,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
make Perl6::Pod::any_block($/);
}

method pod_block:sym<paragraph_raw>($/) {
method pod_block:sym<paragraph_comment>($/) {
make Perl6::Pod::raw_block($/);
}

Expand Down

0 comments on commit ef5d59c

Please sign in to comment.