Skip to content

Commit f2119e3

Browse files
authored
missing link - Update Str.rakudoc
`syntax/s///` works but `/language/operators#s///_in-place_substitution` has more information
1 parent ad11e13 commit f2119e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ The C<:nth> adverb has readable English-looking variants:
897897
B<NOTE:> I<<< C<.subst-mutate> is deprecated in the 6.d version, and will be
898898
removed in future ones. You can use L<subst|/routine/subst> with L«C<.=> method
899899
call assignment operator|/routine/.=» or L«C<s///> substitution
900-
operator|/syntax/s$SOLIDUS$SOLIDUS$SOLIDUS» instead. >>>
900+
operator|/language/operators#s///_in-place_substitution» instead. >>>
901901

902902
Where L<subst|/routine/subst> returns the modified string and leaves the
903903
original unchanged, it is possible to mutate the original string by using

0 commit comments

Comments
 (0)