Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a couple more broken links.
  • Loading branch information
cfa committed Jan 6, 2019
1 parent af50a52 commit f206900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlfunc.pod6
Expand Up @@ -2165,7 +2165,7 @@ as much as possible.
=item untie VARIABLE
Not supported in Perl 6, but see L<tie|/type/tie> for the whole story.
Not supported in Perl 6, but see L<tie|/language/5to6-perlfunc#tie> for the whole story.
The Perl 6 ecosystem has a module L<C<P5tie>|https://modules.perl6.org/dist/P5tie>
which exports an C<untie> function that mimics the original Perl 5 behaviour
Expand Down
6 changes: 3 additions & 3 deletions doc/Type/Mu.pod6
Expand Up @@ -518,8 +518,8 @@ can be caught with L<CONTROL|/language/phasers#CONTROL>.
=head2 method return-rw
Same as method L<C<return>|/type/Mu#method_return> except that L<C<return-rw>|/syntax/return-rw> returns a writable
container to the invocant (see more details here: L<C<return-rw>|/syntax/return-rw>).
Same as method L<C<return>|/type/Mu#method_return> except that C<return-rw> returns a writable
container to the invocant (see more details here: L<C<return-rw>|/language/control#return-rw>).
=head2 method emit
Expand Down Expand Up @@ -617,4 +617,4 @@ like so:
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit f206900

Please sign in to comment.