Skip to content

Commit 127f4e3

Browse files
committed
Typo'd code
1 parent 06e2b54 commit 127f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Parameter.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and call C<.params> on it to obtain a list of the Parameters.
1313
1414
my $sig = :(Str $x);
1515
my $param = $sig.params[0];
16-
say $sig.type; # Str()
16+
say $param.type; # Str()
1717
1818
See L<Signature> for more information, and also for an explanation
1919
on what most of the concepts related to parameters mean.

0 commit comments

Comments
 (0)