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 537e3a3 + e67da64 commit 373b62aCopy full SHA for 373b62a
doc/Type/Signature.pod6
@@ -355,7 +355,7 @@ others, you need to use the long version:
355
356
=head3 X«Constraining Return Types|-->;returns»
357
358
-There are multiple ways to constrain return types on a sub or method. All versions below
+There are multiple ways to constrain return types on a L<Routine|/type/Routine>. All versions below
359
are currently valid and will force a type check on successful execution of a routine.
360
361
L<C<Nil>|/type/Nil> and L<C<Failure>|/type/Failure> are always allowed as return types,
0 commit comments