Skip to content

Commit 56734cd

Browse files
committed
Fix rendering
The old pod grammar doesn't handle 'C«<O(I<...>)>»' well, in the sense that it doesn't consider the inner 'I<...>' to be markup. The RakuAST grammar does, causing difference in rendering. Since the I<...> is really only for a little emphasis, it feels ok to remove that for now to get consistent rendering.
1 parent 942e09b commit 56734cd

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
@@ -744,7 +744,7 @@ a subexpression. For example, C<@a[0]> belongs to the postcircumfix
744744
category, is broken into the operand C<@a> and the postcircumfix operator
745745
C<[0]> where C<0> is the postcircumfixed subexpression.
746746

747-
The C«<O(I<...>)>» construction gives information about an operator
747+
The C«<O(...)>» construction gives information about an operator
748748
that completes the information provided by its category. Below
749749
C<%conditional> is the category, C«:reducecheck<ternary>», which
750750
specifies calling C<.ternary> to post-process the L<parse subtree|#Parse_tree>

0 commit comments

Comments
 (0)