Skip to content

Commit acc0ef6

Browse files
committed
xref Whatever type
1 parent 8f2bea2 commit acc0ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Code.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ corresponding parameters.
5555
5656
say &slow.assuming(10000000).&bench; # OUTPUT: «(10000000 7.5508834)␤»
5757
58-
For a sub with arity greater than one, you can use C<Whatever> C<*> for all of
58+
For a sub with arity greater than one, you can use L«C<Whatever> C<*>|/type/Whatever» for all of
5959
the positional parameters that are not "assumed".
6060
6161
sub first-and-last ( $first, $last ) {

0 commit comments

Comments
 (0)