Skip to content

Commit

Permalink
[S32::Str] Fix links to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimmerFairy committed Feb 23, 2014
1 parent b30b155 commit cf59da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S32-setting-library/Str.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ samecase
multi method samecase ( Str $string: Str $pattern --> Str ) is export
Has the effect of making the case of the string match the case pattern in C<$pattern>.
(Used by s:ii/// internally, see L<S05>.)
(Used by s:ii/// internally, see L<doc:S05>.)
=end item1
=begin item1
samemark
multi method samemark ( Str $string: Str $pattern --> Str ) is export
Has the effect of making the case of the string match the marking pattern in C<$pattern>.
(Used by s:mm/// internally, see L<S05>.)
(Used by s:mm/// internally, see L<doc:S05>.)
=end item1
=begin item1
Expand Down Expand Up @@ -527,7 +527,7 @@ unpack
match
method match(Str $self: Regex $search --> Match );
See L<S05#Substitution>
See L<doc:S05#Substitution>
=end item1
=begin item1
Expand Down

0 comments on commit cf59da1

Please sign in to comment.