Skip to content

Commit

Permalink
Fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Jun 30, 2017
1 parent d75b0ea commit 6372a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Language/quoting.pod6
Expand Up @@ -25,7 +25,7 @@ aren't allowed. In other words, basic C<Q> strings are as literal as
possible.
Some delimiters are not allowed immediately after C<Q>, C<q>, or C<qq>. Any
characters that are allowed in L<identifiers|language/syntax#Identifiers> are
characters that are allowed in L<identifiers|/language/syntax#Identifiers> are
not allowed to be used, since in such a case, the quoting construct together
with such characters are interpreted as an identifier. In addition, C<( )> is
not allowed because that is interpreted as a function call. If you still wish
Expand Down Expand Up @@ -195,9 +195,9 @@ character or a list of characters.
dd $s;
# OUTPUT: «Str $s = "I really ♡♥❤💕 Perl 6!"␤»
You can also use C<L«unicode names|language/unicode#Entering_Unicode_Codepoints_and_Codepoint_Sequences»>
, L<named sequences|https://docs.perl6.org/language/unicode#Named_Sequences>
and L<name aliases|language/unicode#Name_Aliases> with C<L«\c[]|language/unicode#Entering_Unicode_Codepoints_and_Codepoint_Sequences»>.
You can also use L«unicode names|/language/unicode#Entering_Unicode_Codepoints_and_Codepoint_Sequences»
, L<named sequences|/language/unicode#Named_Sequences>
and L<name aliases|/language/unicode#Name_Aliases> with L«\c[]|/language/unicode#Entering_Unicode_Codepoints_and_Codepoint_Sequences».
my $s = "Camelia \c[BROKEN HEART] my \c[HEAVY BLACK HEART]!";
dd $s;
Expand Down

0 comments on commit 6372a29

Please sign in to comment.