File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ access.
277
277
=head2 category
278
278
279
279
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
281
281
of the L<:sym> adverb. An L<expression|/Expression> is constituted of tokens that belongs
282
282
either in the category L</term> or one of the L</operator>s categories.
283
283
@@ -1000,13 +1000,13 @@ Let Me Google That For You. L<http://lmgtfy.com/>
1000
1000
1001
1001
B<L>ist B<o>f B<L>ist
1002
1002
1003
- =head2 long name
1003
+ =head2 longname
1004
1004
1005
1005
Because Perl 6 has the capability of L</multiple dispatch>, several
1006
1006
methods or subroutines may have the same name but different parameters
1007
1007
(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 >,
1010
1010
L</multi-method>, and L</multi-sub>.
1011
1011
1012
1012
=head2 LTA
@@ -1683,10 +1683,10 @@ When possible, the setting is loaded lazily to optimize loading time.
1683
1683
1684
1684
=head2 shared library
1685
1685
1686
- =head2 short name
1686
+ =head2 shortname
1687
1687
1688
1688
The name of a routine only; without the type signature of its invocant arguments.
1689
- See L</long name >
1689
+ See L</longname >
1690
1690
1691
1691
=head2 sigil
1692
1692
You can’t perform that action at this time.
0 commit comments