Skip to content

Commit 53976f8

Browse files
committed
Fix typo, reference signatures from Type/Sub (closes #2625).
1 parent 51479af commit 53976f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Type/Method.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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. For details of a methods parameter
10+
some exceptions listed in the following. For details of a method's parameter
1111
list see L<Signature|/type/Signature>.
1212
1313
To create a method outside a L<class definition|/language/typesystem#Methods>,

doc/Type/Sub.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A type for subroutines and operators. Subs are created with the C<sub>
1010
declarator keyword followed by an optional
1111
L<identifier|/language/syntax#Identifiers>. This
1212
L<short tutorial explains how operators are declared|/language/optut>.
13+
For details of a sub's parameter list see L<Signature|/type/Signature>.
1314
1415
Note that subs that go by the same name as
1516
L<coercers|/language/typesystem#Coercion> will not take precedence over

0 commit comments

Comments
 (0)