Skip to content

Commit 55ab996

Browse files
committed
Fix rendering bug in original rakudoc.
Found because RAKUAST did it correctly, xt/rakuast-compare.rakutest caught it
1 parent 07f5243 commit 55ab996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ as shown in the following examples:
6666
:$foo | foo => $foo
6767
=end table
6868

69-
Similarly to the angle brackets L<C«<…>»|/language/quoting#Word_quoting:_<_>> in the first line,
69+
Similarly to the angle brackets L«C«<…>»|/language/quoting#Word_quoting:_<_>» in the first line,
7070
other circumfix operators with their usual semantics can be used for stating the value,
7171
e.g. C<:foo[…]> for an array and C<:foo{…}> for a hash or even a L<C<Block>|/type/Block>.
7272
With parentheses like in the second and third line, nearly all constructs can be used inside,

0 commit comments

Comments
 (0)