Skip to content

Commit 554c148

Browse files
committed
link to Signature
1 parent d2e6925 commit 554c148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Method.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
class Method is Routine { }
88
99
A type for methods that behave the same way then L<Routine|/type/Routine> with
10-
some exceptions listed in the following.
10+
some exceptions listed in the following. For details of a methods parameter
11+
list see L<Signature|/type/Signature>.
1112
1213
To create a method outside a L<class definition|/language/typesystem#Methods>,
1314
use the declarators C<my> and C<method>:

0 commit comments

Comments
 (0)