Skip to content

Commit

Permalink
add links to class Nil and class Failure (yurivish_++)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Jan 11, 2016
1 parent de8fc13 commit dbd4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod
Expand Up @@ -176,7 +176,7 @@ of the routine. Any return statement in that routine has to be argumentless.
sub foo(--> 123) { return }
C<Nil> and C<Failure> are always allowed as return types, reguardless of any
L<C<Nil>|/type/Nil> and L<C<Failure>|/type/Failure> are always allowed as return types, reguardless of any
type contrain.
sub foo(--> Int) { Nil };
Expand Down

0 comments on commit dbd4765

Please sign in to comment.