Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct link to S05/Substitution
Noticed by Zoffix++ in IRC
  • Loading branch information
Paul Cochrane committed Mar 31, 2015
1 parent 0221dca commit dcda32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Language/5to6.pod
Expand Up @@ -802,7 +802,8 @@ In Perl 6, the C<~~> smartmatch op is used instead.
$line ~~ s/abc/123/; # Perl 6
Alternately, the new C<.match> and C<.subst> methods can be used. Note that
C<.subst> is non-mutating. See L<S05/Substitution>
C<.subst> is non-mutating. See
L<S05/Substitution|http://design.perl6.org/S05.html#Substitution>.
=head3 Move modifiers
Expand Down

0 comments on commit dcda32b

Please sign in to comment.