Skip to content

Commit

Permalink
RakuAST: make =begin rakudo new alternative for =begin pod
Browse files Browse the repository at this point in the history
Instead of the less descriptive =begin doc.  Suggested by
finanalyst++
  • Loading branch information
lizmat committed Jun 4, 2023
1 parent 6eafacd commit 5da5c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/RakuAST/Fixups.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ augment class RakuAST::Doc::Block {
}

# potentially need introspection
elsif $type eq 'pod' | 'doc' {
elsif $type eq 'pod' | 'rakudoc' {
$block.interpret-implicit-code-blocks($spaces, @paragraphs);
}

Expand Down

0 comments on commit 5da5c60

Please sign in to comment.