Skip to content

Commit 68a9aeb

Browse files
committed
Merge pull request #443 from tbrowder/master
make it clear that the 'X' is not the documentable term
2 parents 0b7d160 + 5ddcf63 commit 68a9aeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/about.pod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ Documentables may contain other documentables. Class documentables, for
8282
example, often contain the methods the class implements.
8383
8484
Definitions must be in one of the following forms to be recognized as
85-
the start of a documentable:
85+
the start of a documentable named, say, Z:
8686
87-
=item C<X<How to use the X infix | infix,X>> (This a special case, which
87+
=item C<X<How to use the Z infix | infix,Z>> (This a special case, which
8888
is always considered a definition)
89-
=item C<The X Infix>
90-
=item C<The C<X> Infix>
91-
=item C<Infix X>
92-
=item C<Infix C<X>>
89+
=item C<The Z Infix>
90+
=item C<The C<Z> Infix>
91+
=item C<Infix Z>
92+
=item C<Infix C<Z>>
9393
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
9494
9595
=end pod

0 commit comments

Comments
 (0)