Skip to content

Commit f03e922

Browse files
committed
shortname and longname are compounded already
1 parent f6ea401 commit f03e922

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

S99-glossary.pod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ access.
277277
=head2 category
278278

279279
In L</grammar>s, regex of a L</multi> form a category that are distinguished
280-
by their L</long name>. That includes the L<signature> but also the value
280+
by their L</longname>. That includes the L<signature> but also the value
281281
of the L<:sym> adverb. An L<expression|/Expression> is constituted of tokens that belongs
282282
either in the category L</term> or one of the L</operator>s categories.
283283

@@ -1000,13 +1000,13 @@ Let Me Google That For You. L<http://lmgtfy.com/>
10001000

10011001
B<L>ist B<o>f B<L>ist
10021002

1003-
=head2 long name
1003+
=head2 longname
10041004

10051005
Because Perl 6 has the capability of L</multiple dispatch>, several
10061006
methods or subroutines may have the same name but different parameters
10071007
(different in number or in type). Perl decides which routine to call by
1008-
looking at the B<long name> which consists of the name of the routine
1009-
and the type signature of its invocant arguments. See also L</short name>,
1008+
looking at the B<longname> which consists of the name of the routine
1009+
and the type signature of its invocant arguments. See also L</shortname>,
10101010
L</multi-method>, and L</multi-sub>.
10111011

10121012
=head2 LTA
@@ -1683,10 +1683,10 @@ When possible, the setting is loaded lazily to optimize loading time.
16831683

16841684
=head2 shared library
16851685

1686-
=head2 short name
1686+
=head2 shortname
16871687

16881688
The name of a routine only; without the type signature of its invocant arguments.
1689-
See L</long name>
1689+
See L</longname>
16901690

16911691
=head2 sigil
16921692

0 commit comments

Comments
 (0)