Skip to content

Commit 62d85d0

Browse files
authored
Merge pull request #4682 from Raku/schultzdavid-patch-6
linkfix in signatures.rakudoc
2 parents 94a1501 + fac87f2 commit 62d85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/signatures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ the function body.
693693
say s(2); # 10 / 2 * 2 == 10
694694

695695
A captured type can be used as the return type constraint
696-
(cf. L<Constraining return types|/language/signature/Constraining_return_types>):
696+
(cf. L<Constraining return types|/language/signatures#Constraining_return_types>):
697697

698698
sub cast-by-example(Any $x, ::T $example --> T) { T($x) }
699699
sub cast-or-create(Any $x, ::T $example --> T:D) { with $x { T($x) } else { T.new } }

0 commit comments

Comments
 (0)