We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f5243 commit 55ab996Copy full SHA for 55ab996
doc/Language/glossary.rakudoc
@@ -66,7 +66,7 @@ as shown in the following examples:
66
:$foo | foo => $foo
67
=end table
68
69
-Similarly to the angle brackets L<C«<…>»|/language/quoting#Word_quoting:_<_>> in the first line,
+Similarly to the angle brackets L«C«<…>»|/language/quoting#Word_quoting:_<_>» in the first line,
70
other circumfix operators with their usual semantics can be used for stating the value,
71
e.g. C<:foo[…]> for an array and C<:foo{…}> for a hash or even a L<C<Block>|/type/Block>.
72
With parentheses like in the second and third line, nearly all constructs can be used inside,
0 commit comments