We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de8fc13 + dbd4765 commit fea4938Copy full SHA for fea4938
doc/Type/Signature.pod
@@ -176,7 +176,7 @@ of the routine. Any return statement in that routine has to be argumentless.
176
177
sub foo(--> 123) { return }
178
179
-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
180
type contrain.
181
182
sub foo(--> Int) { Nil };
0 commit comments