Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to clarify example for heredocs, dha++
  • Loading branch information
moritz committed Jul 6, 2015
1 parent f988b2c commit 0178965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/quoting.pod
Expand Up @@ -227,7 +227,7 @@ The contents of the heredoc only begin on the next line, so you can (and
should) finish the line.
=begin code
my $escaped = escaque(q:to/TERMINATOR/, language => 'html');
my $escaped = my-escaping-function(q:to/TERMINATOR/, language => 'html');
Here are the contents of the heredoc.
Potentially multiple lines.
TERMINATOR
Expand Down

0 comments on commit 0178965

Please sign in to comment.