Skip to content

Commit dcda32b

Browse files
committed
Correct link to S05/Substitution
Noticed by Zoffix++ in IRC
1 parent 0221dca commit dcda32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Language/5to6.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,8 @@ In Perl 6, the C<~~> smartmatch op is used instead.
802802
$line ~~ s/abc/123/; # Perl 6
803803
804804
Alternately, the new C<.match> and C<.subst> methods can be used. Note that
805-
C<.subst> is non-mutating. See L<S05/Substitution>
805+
C<.subst> is non-mutating. See
806+
L<S05/Substitution|http://design.perl6.org/S05.html#Substitution>.
806807
807808
=head3 Move modifiers
808809

0 commit comments

Comments
 (0)