Skip to content

Commit

Permalink
Fix embedded comment examples, lucasb++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 3, 2015
1 parent 4b33b96 commit 26335b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Language/syntax.pod
Expand Up @@ -103,11 +103,11 @@ Embedded comments start with a hash character, followed by a backticket, and
then some opening bracketing character, and end with the matching closing
bracketing character.
if #^( why would I ever write an inline comment here? ) True {
if #`( why would I ever write an inline comment here? ) True {
say "something stupid";
}
Brackets inside the comment can be nested, so in C<#^{ a { b } c }>, the
Brackets inside the comment can be nested, so in C<#`{ a { b } c }>, the
comment goes until the very end of the string.
=head3 Multiline comments
Expand Down

0 comments on commit 26335b6

Please sign in to comment.