Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Two more broken links fixed
  • Loading branch information
Jan-Olof Hendig committed May 16, 2016
1 parent 0479386 commit f097697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Mu.pod
Expand Up @@ -84,7 +84,7 @@ C<say $something.gist> generally produce the same output.
multi method perl() returns Str
Returns a Perlish representation of the object (i.e., can usually
be re-evaluated with L<EVAL> to regenerate the object). The exact output of
be re-evaluated with L<EVAL|/routine/EVAL> to regenerate the object). The exact output of
C<perl> is implementation specific, since there are generally many ways to
write a Perl expression that produces a particular value
Expand Down Expand Up @@ -189,7 +189,7 @@ newline at end. To produce machine readable output use C<.put>.
multi method ACCEPTS(Mu:U: $other)
C<ACCEPTS> is the method that smart matching with the L<infix ~~|routine:~~>
C<ACCEPTS> is the method that smart matching with the L<infix ~~|/routine/~~>
operator and given/when invokes on the right-hand side (the matcher).
The C<Mu:U> multi performs a type check. Returns C<True> if C<$other> conforms to the invocant
Expand Down

0 comments on commit f097697

Please sign in to comment.