# Pastebin ICF9Sq4o diff --git a/doc/Language/syntax.pod b/doc/Language/syntax.pod --- a/doc/Language/syntax.pod +++ b/doc/Language/syntax.pod @@ -94,7 +94,7 @@ whitespace disambiguates possible parses =head3 Single-line comments The most common form of comments in Perl 6 starts with a single hash character -C<#> and goes until the end of the line. +X<#> and goes until the end of the line. =begin code if $age > 250 { # catch obvious outliers