Skip to content

Commit a90adc2

Browse files
committed
Changed real infix to imaginary one
This kind of solves #1394, creating in its turn a broken link, but at least it should show the actual documentation for the Z infix. Closes #1394 if everything goes well.
1 parent ddd6b24 commit a90adc2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/Language/about.pod6

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,37 +97,37 @@ Documentables may contain other documentables. Class documentables, for
9797
example, often contain the methods the class implements.
9898
9999
Definitions must be in one of the following forms to be recognized as
100-
the start of a documentable named, say, Z. First the code in the document source:
100+
the start of a documentable named, say, þ. First the code in the document source:
101101
102102
=begin code :skip-test
103103
104-
=item X<C<How to use the Z infix> | infix,Z> (This a special case, which
104+
=item X<C<How to use the þ infix> | infix,þ> (This a special case, which
105105
is always considered a definition)
106106
107-
=item C<The Z Infix>
107+
=item C<The þ Infix>
108108
109-
=item B<The C<Z> Infix>
109+
=item B<The C<þ> Infix>
110110
111-
=item C<Infix Z>
111+
=item C<Infix þ>
112112
113-
=item B<Infix C<Z>>
113+
=item B<Infix C<þ>>
114114
115115
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
116116
117117
=end code
118118
119119
Then the results on the rendered page:
120120
121-
=item X<C<How to use the Z infix> | infix,Z> (This is a special case, which
121+
=item X<C<How to use the þ infix> | infix,þ> (This is a special case, which
122122
is always considered a definition)
123123
124-
=item C<The Z Infix>
124+
=item C<The þ Infix>
125125
126-
=item B<The C<Z> Infix>
126+
=item B<The C<þ> Infix>
127127
128-
=item C<Infix Z>
128+
=item C<Infix þ>
129129
130-
=item B<Infix C<Z>>
130+
=item B<Infix C<þ>>
131131
132132
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
133133

0 commit comments

Comments
 (0)