Skip to content

Commit fea4938

Browse files
committed
Merge pull request #339 from gfldex/master
add links to class Nil and class Failure (yurivish_++)
2 parents de8fc13 + dbd4765 commit fea4938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ of the routine. Any return statement in that routine has to be argumentless.
176176
177177
sub foo(--> 123) { return }
178178
179-
C<Nil> and C<Failure> are always allowed as return types, reguardless of any
179+
L<C<Nil>|/type/Nil> and L<C<Failure>|/type/Failure> are always allowed as return types, reguardless of any
180180
type contrain.
181181
182182
sub foo(--> Int) { Nil };

0 commit comments

Comments
 (0)